Software Archive
Read-only legacy content
17061 Discussions

handling Vm exit caused by exceptions

interruptrequestpack
628 Views
Hi all, I've a question:I've to handle exit for each reason that caused the exit for an exception, and I've to do that in the same way (with an entry injection if it is caused by guest software or with a restore without condition if it is caused by vmm)? Or can I have an example of different handling for different reasons of an exit caused by an exception please (or some kind of explanation)?

Thanks in advance,
irp
0 Kudos
2 Replies
Quoc-Thai_L_Intel
628 Views

One source that you can check is from the Xen Hypervisor open source.
-Thai

0 Kudos
Quoc-Thai_L_Intel
628 Views
Hi, The Appendix C in the SDM Vol. 3C has the VMX Basic Exit Reasons that can provide you with some additional help.
-Thai
http://download.intel.com/products/processor/manual/325384.pdf
0 Kudos
Reply