commit | e730b63cc083852551b092e1c93f0ef22c25f220 | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | Wed Nov 17 12:11:41 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:29:27 2011 +0200 |
tree | 9bd7c6a96f38e8fe925a6cac855e5aaa549985ba | |
parent | 49f481720438bbd0138218b0bcb494c3512a454f [diff] |
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 <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>