Neel Natu b053814333 Allow ktr(4) tracing of all guest exceptions via the tunable
"hw.vmm.trace_guest_exceptions".  To enable this feature set the tunable
to "1" before loading vmm.ko.

Tracing the guest exceptions can be useful when debugging guest triple faults.

Note that there is a performance impact when exception tracing is enabled
since every exception will now trigger a VM-exit.

Also, handle machine check exceptions that happen during guest execution
by vectoring to the host's machine check handler via "int $18".

Discussed with:	grehan
MFC after:	2 weeks
2014-12-23 02:14:49 +00:00
..
2014-11-25 03:50:31 +00:00
2012-05-24 22:00:48 +00:00
2012-03-28 20:58:30 +00:00
2014-03-11 10:27:57 +00:00
2014-07-19 20:59:08 +00:00