KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily
authorAvi Kivity <avi@redhat.com>
Mon, 5 Jan 2009 10:10:54 +0000 (12:10 +0200)
committerAvi Kivity <avi@redhat.com>
Tue, 24 Mar 2009 09:03:00 +0000 (11:03 +0200)
If we aren't doing mmio there's no need to exit to userspace (which will
just be confused).

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

No differences found