Changeset 101487 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 18, 2023 6:57:30 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp
r101485 r101487 7102 7102 { 7103 7103 if (pVmcs->u32PinCtls & VMX_PIN_CTLS_VIRT_NMI) 7104 { 7104 7105 pVCpu->cpum.GstCtx.hwvirt.vmx.fVirtNmiBlocking = true; 7106 Assert(!CPUMAreInterruptsInhibitedByNmi(&pVCpu->cpum.GstCtx)); 7107 } 7105 7108 else 7106 7109 { … … 7110 7113 } 7111 7114 else 7115 { 7112 7116 pVCpu->cpum.GstCtx.hwvirt.vmx.fVirtNmiBlocking = false; 7117 Assert(!CPUMAreInterruptsInhibitedByNmi(&pVCpu->cpum.GstCtx)); 7118 } 7113 7119 7114 7120 /* SMI blocking is irrelevant. We don't support SMIs yet. */
Note:
See TracChangeset
for help on using the changeset viewer.