KVM: Drop interrupt shadow when single stepping should be done only on VMX
authorGleb Natapov <gleb@redhat.com>
Mon, 18 May 2009 08:44:06 +0000 (11:44 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:41 +0000 (08:32 +0300)
The problem exists only on VMX. Also currently we skip this step if
there is pending exception. The patch fixes this too.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found