KVM: MMU: add missing reserved bits check in speculative path
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Fri, 16 Jul 2010 03:19:51 +0000 (11:19 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 2 Aug 2010 03:40:56 +0000 (06:40 +0300)
commitfa1de2bfc0feb7245328ad25fb3e6d5cd2c903b4
treebc993022b24c60c2ea2452ca6d7f5ed0faf0a322
parent6e3e243c3b6e0bbd18c6ce0fbc12bc3fe2d77b34
KVM: MMU: add missing reserved bits check in speculative path

In the speculative path, we should check guest pte's reserved bits just as
the real processor does

Reported-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/mmu.c
arch/x86/kvm/paging_tmpl.h
This page took 0.02443 seconds and 5 git commands to generate.