/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.h | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | paging_tmpl.h | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | tdp_mmu.c | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | mmu.c | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/linux/arch/x86/kvm/ |
H A D | mmu.h | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | x86.c | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | vmx.c | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | diff b9e5603c2a3accbadfec570ac501a54431a6bdba Mon Feb 21 08:28:33 CST 2022 Paolo Bonzini <pbonzini@redhat.com> KVM: x86: use struct kvm_mmu_root_info for mmu->root
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.
Reviewed-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|