Changeset 73607 in vbox
- Timestamp:
- Aug 10, 2018 7:44:56 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r73606 r73607 5829 5829 5830 5830 5831 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX 5831 5832 /** 5832 5833 * Sets a general-protection (\#GP) exception as pending-for-injection into the VM. … … 5843 5844 hmR0VmxSetPendingEvent(pVCpu, u32IntInfo, 0 /* cbInstr */, u32ErrCode, 0 /* GCPtrFaultAddress */); 5844 5845 } 5846 #endif 5845 5847 5846 5848
Note:
See TracChangeset
for help on using the changeset viewer.