OSDN Git Service

kvm: x86: Introduce kvm_mmu_calc_root_page_role()
authorJunaid Shahid <junaids@google.com>
Wed, 27 Jun 2018 21:59:07 +0000 (14:59 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Aug 2018 15:58:51 +0000 (17:58 +0200)
commit9fa72119b24db78d665a4034b5a0d349b0289b08
treea2bf61809b372d8163c94c38f5daed48c5e5085c
parent7c390d350f8b677df3236afef4ced80dba6c3201
kvm: x86: Introduce kvm_mmu_calc_root_page_role()

These functions factor out the base role calculation from the
corresponding kvm_init_*_mmu() functions. The new functions return
what would be the role assigned to a root page in the current VCPU
state. This can be masked with mmu_base_role_mask to derive the base
role.

Signed-off-by: Junaid Shahid <junaids@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c