x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
Add an option to specify which MMU root we want to free. This will be used when nested and non-nested MMUs for L1 are split. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com>
This commit is contained in:

committed by
Paolo Bonzini

parent
3dc773e745
commit
6a82cd1c7b
@@ -9127,7 +9127,7 @@ static int handle_invpcid(struct kvm_vcpu *vcpu)
|
||||
== operand.pcid)
|
||||
roots_to_free |= KVM_MMU_ROOT_PREVIOUS(i);
|
||||
|
||||
kvm_mmu_free_roots(vcpu, roots_to_free);
|
||||
kvm_mmu_free_roots(vcpu, vcpu->arch.mmu, roots_to_free);
|
||||
/*
|
||||
* If neither the current cr3 nor any of the prev_roots use the
|
||||
* given PCID, then nothing needs to be done here because a
|
||||
|
Reference in New Issue
Block a user