linux-stable/arch/x86/include
Paolo Bonzini 0c1c92f15f KVM: x86/mmu: do not pass vcpu to root freeing functions
These functions only operate on a given MMU, of which there is more
than one in a vCPU (we care about two, because the third does not have
any roots and is only used to walk guest page tables).  They do need a
struct kvm in order to lock the mmu_lock, but they do not needed anything
else in the struct kvm_vcpu.  So, pass the vcpu->kvm directly to them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2022-02-25 08:20:17 -05:00
..
asm KVM: x86/mmu: do not pass vcpu to root freeing functions 2022-02-25 08:20:17 -05:00
uapi/asm KVM: x86: add system attribute to retrieve full set of supported xsave states 2022-01-28 07:33:32 -05:00