commit | 08fb59d8a47d5e1f9de08659603a47f117fe60d5 | [log] [tgz] |
---|---|---|
author | Junaid Shahid <junaids@google.com> | Wed Jun 27 14:59:17 2018 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 06 17:58:59 2018 +0200 |
tree | 0aca93c0ea3187d9e2d6aaa3258af0d526a2f1e0 | |
parent | 7eb77e9f5fcf652a21b2d12bff1cd509b6b14f21 [diff] |
kvm: x86: Support selectively freeing either current or previous MMU root kvm_mmu_free_roots() now takes a mask specifying which roots to free, so that either one of the roots (active/previous) can be individually freed when needed. Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>