KVM: VMX: Fix reporting of unhandled EPT violations
commit596ae895653fe336b9b5815ad2c175d22bb26f21
authorAvi Kivity <avi@redhat.com>
Wed, 3 Jun 2009 11:12:10 +0000 (3 14:12 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:46 +0000 (10 08:32 +0300)
treebcd6c6fcb6eb7ef4bc24036dc0349c3654b2bed8
parent6de4f3ada40b336522250a7832a0cc4de8856589
KVM: VMX: Fix reporting of unhandled EPT violations

Instead of returning -ENOTSUPP, exit normally but indicate the hardware
exit reason.

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/vmx.c