- Timestamp:
- Apr 25, 2014 12:15:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r51084 r51140 1818 1818 AssertPtr(pVCpu); 1819 1819 Assert(pCpu->idCpu != NIL_RTCPUID); 1820 AssertMsg(pCpu->uCurrentAsid >= 1 || pVCpu->hm.s.idLastCpu == NIL_RTCPUID, 1821 ("hmR0VmxFlushTaggedTlbBoth: Cpu[%u] uCurrentAsid=%u pVCpu->idLastCpu=%u\n", pCpu->idCpu, pCpu->uCurrentAsid, 1822 pVCpu->hm.s.idLastCpu)); 1820 1823 AssertMsg(pVM->hm.s.fNestedPaging && pVM->hm.s.vmx.fVpid, 1821 1824 ("hmR0VmxFlushTaggedTlbBoth cannot be invoked unless NestedPaging & VPID are enabled." … … 5535 5538 { 5536 5539 /* 5537 * Ignore software interrupts (INT n), software exceptions (#BP, #OF) and privileged software exception5538 * (whatever they are) as they reoccur when restarting the instruction.5540 * Ignore software interrupts (INT n), software exceptions (#BP, #OF) and 5541 * privileged software exception (#DB from ICEBP) as they reoccur when restarting the instruction. 5539 5542 */ 5540 5543 enmReflect = VMXREFLECTXCPT_XCPT;
Note:
See TracChangeset
for help on using the changeset viewer.