>> This exit reason is either NMI, or software interrupt or exception.
> 
> Dong, could you explain a bit: in which case interrupt 1/3 cause NMI,
> and in which case they cause exception?

If you set the bitmap for INT 1/3 in EXCEPTION_BITMAP (refer
update_exception_bitmap), you will see
VM Exit for guest INT 1/3, otherwise it is all in guest world.

I don't mean int 1/3 VM Exit can be a NMI VM exit, but the exit reason 0
(EXIT_REASON_EXCEPTION_NMI) can be 
either a NMI, or software interrupt or exception. See SDM for reason 0
explaination.
thx,eddie

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to