commit | 44dd3ffa7bb31126e0fc4f6f30398546eb494388 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Mon Oct 08 21:28:05 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 17 00:30:02 2018 +0200 |
tree | 39b059882ee455fa9ed4c5e40dbe8ad9c536eafc | |
parent | 0e0a53c551317654e2d7885fdfd23299fee99b6b [diff] |
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU As a preparation to full MMU split between L1 and L2 make vcpu->arch.mmu a pointer to the currently used mmu. For now, this is always vcpu->arch.root_mmu. No functional change. 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>