]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
KVM: MMU: introduce rsvd_bits_validate
authorXiao Guangrong <guangrong.xiao@linux.intel.com>
Wed, 5 Aug 2015 04:04:21 +0000 (12:04 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 5 Aug 2015 10:47:23 +0000 (12:47 +0200)
commita0a64f50aac731d42125dd8581b9a31e4fdb0f75
tree9ee6a764be428e7ac51f33cae8b718347df804b5
parentd2b0f98125425c72a3f628fbe5498eb55329738b
KVM: MMU: introduce rsvd_bits_validate

These two fields, rsvd_bits_mask and bad_mt_xwr, in "struct kvm_mmu" are
used to check if reserved bits set on guest ptes, move them to a data
struct so that the approach can be applied to check host shadow page
table entries as well

Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/mmu.c
arch/x86/kvm/x86.c