From: Xiao Guangrong Date: Wed, 5 Aug 2015 04:04:21 +0000 (+0800) Subject: KVM: MMU: introduce rsvd_bits_validate X-Git-Tag: omap-for-v4.3/fixes-merge-window~47^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a64f50aac731d42125dd8581b9a31e4fdb0f75;p=pandora-kernel.git 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 Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed