From: Xiao Guangrong Date: Wed, 17 Nov 2010 04:11:41 +0000 (+0800) Subject: KVM: MMU: don't mark spte notrap if reserved bit set X-Git-Tag: v2.6.38-rc1~244^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e730b63cc083852551b092e1c93f0ef22c25f220;p=pandora-kernel.git KVM: MMU: don't mark spte notrap if reserved bit set If reserved bit is set, we need inject the #PF with PFEC.RSVD=1, but shadow_notrap_nonpresent_pte injects #PF with PFEC.RSVD=0 only Signed-off-by: Xiao Guangrong Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed