On Wed, Feb 09, 2022, Paolo Bonzini wrote: > The root_hpa and root_pgd fields form essentially a struct kvm_mmu_root_info. > Use the struct to have more consistency between mmu->root and > mmu->prev_roots. > > The patch is entirely search and replace except for cached_root_available, > which does not need a temporary struct kvm_mmu_root_info anymore. > > Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> > --- Reviewed-by: Sean Christopherson <seanjc@xxxxxxxxxx>