]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'kvm-single-pdptrs' into HEAD
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Jun 2026 08:47:24 +0000 (10:47 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Jun 2026 08:47:24 +0000 (10:47 +0200)
commit4e6df939687caf878bb493570ff1c583bba86e7c
tree27583241d34b3bf04fa027676ef894e97929dd2f
parent743204d772648242c50ceebc72e8ff31aab1cff4
parent8b9ef3220050e19a076f3fa12fa12b01f9f33446
Merge branch 'kvm-single-pdptrs' into HEAD

The non-MMU changes/preliminary cleanups from the "split kvm_mmu in
three" series[1].  The final outcome is to have a single copy of the
PDPTRs (in vcpu->arch) instead of two (in root_mmu and nested_mmu).

[1] https://lore.kernel.org/kvm/20260603105814.10236-1-pbonzini@redhat.com/T/#t
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/regs.h
arch/x86/kvm/svm/nested.c
arch/x86/kvm/svm/svm.c
arch/x86/kvm/vmx/nested.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h