KVM: x86: Fix exception reinjection forced to true
authorJoerg Roedel <joerg.roedel@amd.com>
Wed, 5 May 2010 14:04:41 +0000 (16:04 +0200)
committerAvi Kivity <avi@redhat.com>
Wed, 19 May 2010 08:36:37 +0000 (11:36 +0300)
commit3f0fd2927b737c0ac2e04af7858b60d1e927d4b1
tree55e0f81f014141d94ee6cc4edb885c196a0e644b
parent9ed3c444ab8987c7b219173a2f7807e3f71e234e
KVM: x86: Fix exception reinjection forced to true

The patch merged recently which allowed to mark an exception
as reinjected has a bug as it always marks the exception as
reinjected. This breaks nested-svm shadow-on-shadow
implementation.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c