commit | 3f0fd2927b737c0ac2e04af7858b60d1e927d4b1 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Wed May 05 16:04:41 2010 +0200 |
committer | Avi Kivity <avi@redhat.com> | Wed May 19 11:36:37 2010 +0300 |
tree | 55e0f81f014141d94ee6cc4edb885c196a0e644b | |
parent | 9ed3c444ab8987c7b219173a2f7807e3f71e234e [diff] |
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>