KVM: VMX: Report unexpected simultaneous exceptions as internal errors
authorAvi Kivity <avi@redhat.com>
Wed, 4 Nov 2009 09:59:01 +0000 (11:59 +0200)
committerAvi Kivity <avi@redhat.com>
Thu, 3 Dec 2009 07:32:24 +0000 (09:32 +0200)
These happen when we trap an exception when another exception is being
delivered; we only expect these with MCEs and page faults.  If something
unexpected happens, things probably went south and we're better off reporting
an internal error and freezing.

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

No differences found