]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4b9c511d8f6ba4f88073ec1fc96d7c5277bc4c69
tree55e0f81f014141d94ee6cc4edb885c196a0e644b
parentc0b615df42604acccdaf15632f7beff1b42328e4
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