KVM: VMX: report internal error for MMIO #PF due to delivery event
authorXiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Wed, 17 Oct 2012 05:48:06 +0000 (13:48 +0800)
committerAvi Kivity <avi@redhat.com>
Thu, 18 Oct 2012 14:30:32 +0000 (16:30 +0200)
commitbf4ca23ef597a440ca46c695d8711ec0b387f12c
tree769e53e811f231d0bd4129a4b88377f4626922de
parentb9bf6882c1f9451ce1e80aaed32107673a735613
KVM: VMX: report internal error for MMIO #PF due to delivery event

The #PF with PFEC.RSV = 1 indicates that the guest is accessing MMIO, we
can not fix it if it is caused by delivery event. Reporting internal error
for this case

Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c