From: Xiao Guangrong Date: Wed, 5 Aug 2015 04:04:25 +0000 (+0800) Subject: KVM: MMU: introduce is_shadow_zero_bits_set() X-Git-Tag: omap-for-v4.3/fixes-merge-window~47^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d625b155d21bdedf7d289d422d73c644e2205624;p=pandora-kernel.git KVM: MMU: introduce is_shadow_zero_bits_set() We have the same data struct to check reserved bits on guest page tables and shadow page tables, split is_rsvd_bits_set() so that the logic can be shared between these two paths Signed-off-by: Xiao Guangrong Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed