From: Avi Kivity Date: Wed, 4 Nov 2009 09:59:01 +0000 (+0200) Subject: KVM: VMX: Report unexpected simultaneous exceptions as internal errors X-Git-Tag: v2.6.33-rc1~387^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ac7264043740572ba804edca03c374d70427c9;p=pandora-kernel.git KVM: VMX: Report unexpected simultaneous exceptions as internal errors 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 --- Reading git-diff-tree failed