- Timestamp:
- Sep 19, 2012 8:49:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r43354 r43361 2799 2799 2800 2800 Log2(("\nE")); 2801 2802 /* This is not ideal, but if we don't clear the event injection in the VMCS right here, 2803 * we may end up injecting some stale event into a VM, including injecting an event that 2804 * originated before a VM reset *after* the VM has been reset. See @bugref{6220}. 2805 */ 2806 VMXWriteVMCS(VMX_VMCS_CTRL_ENTRY_IRQ_INFO, 0); 2801 2807 2802 2808 #ifdef VBOX_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.