Peter Grehan 4599af439f Fix SVM handling of ASTPENDING, which manifested as a
hang on console output (due to a missing interrupt).

SVM does exit processing and then handles ASTPENDING which
overwrites the already handled SVM exit cause and corrupts
virtual machine state. For example, if the SVM exit was due to
an I/O port access but the main loop detected an ASTPENDING,
the exit would be processed as ASTPENDING and leave the
device (e.g. emulated UART) for that I/O port in bad state.

Submitted by:	Anish Gupta (akgupt3@gmail.com)
Reviewed by:	grehan
2013-10-16 05:43:03 +00:00
..
2013-04-27 04:49:51 +00:00
2013-04-27 04:49:51 +00:00
2013-04-27 04:49:51 +00:00
2013-04-27 04:49:51 +00:00
2013-04-27 04:49:51 +00:00
2013-04-27 04:49:51 +00:00