Changeset 45895 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 3, 2013 12:13:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r45894 r45895 4580 4580 DECLINLINE(void) hmR0VmxSetPendingXcptDF(PVMCPU pVCpu, PCPUMCTX pMixedCtx) 4581 4581 { 4582 /* Inject the double-fault. */4583 4582 uint32_t u32IntrInfo = X86_XCPT_DF | VMX_EXIT_INTERRUPTION_INFO_VALID; 4584 4583 u32IntrInfo |= (VMX_EXIT_INTERRUPTION_INFO_TYPE_HW_XCPT << VMX_EXIT_INTERRUPTION_INFO_TYPE_SHIFT);
Note:
See TracChangeset
for help on using the changeset viewer.