commit | 6a82cd1c7b1e38d3b940fcb35a81e902dd52fb35 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Mon Oct 08 21:28:07 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 17 00:30:03 2018 +0200 |
tree | fc01ae6e06e05c089877cfc3cbaef09063d1b43c | |
parent | 3dc773e745234d904b09da37075200ec46af4e7a [diff] |
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>