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)
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>

No differences found