commit | 36d9594dfbf22a59adb986d85e0543886ab898f2 | [log] [tgz] |
---|---|---|
author | Vitaly Kuznetsov <vkuznets@redhat.com> | Mon Oct 08 21:28:10 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 17 00:30:05 2018 +0200 |
tree | 711eb9c84799dfffc805f695b067550f69de69a2 | |
parent | e173299101affc677db085b2894a43be4a17a94b [diff] |
x86/kvm/mmu: make space for source data caching in struct kvm_mmu In preparation to MMU reconfiguration avoidance we need a space to cache source data. As this partially intersects with kvm_mmu_page_role, create 64bit sized union kvm_mmu_role holding both base and extended data. No functional change. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Reviewed-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>