Changeset 79653 in vbox
- Timestamp:
- Jul 10, 2019 6:42:26 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131961
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79651 r79653 13721 13721 && hmR0VmxIsPinCtlsSet(pVCpu, pVmxTransient, VMX_PIN_CTLS_VIRT_NMI)) 13722 13722 { 13723 Assert(!VMX_IDT_VECTORING_INFO_IS_VALID(pVmxTransient->uIdtVectoringInfo)); 13724 13723 13725 /* 13724 13726 * Execution of IRET caused this fault when NMI blocking was in effect (i.e we're in the guest NMI handler). … … 13727 13729 */ 13728 13730 CPUMSetGuestNmiBlocking(pVCpu, true); 13729 Log4Func(("Set NMI blocking. fValid=%RTbool uExitReason=%u\n", VMX_EXIT_INT_INFO_IS_VALID(pVmxTransient->uExitIntInfo), 13730 pVmxTransient->uExitReason)); 13731 Log4Func(("Set NMI blocking. uExitReason=%u\n", pVmxTransient->uExitReason)); 13731 13732 } 13732 13733
Note:
See TracChangeset
for help on using the changeset viewer.