- Timestamp:
- May 26, 2008 12:56:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r9120 r9122 398 398 if (!pVMCB->ctrl.IntCtrl.n.u1VIrqValid) 399 399 { 400 Log (("Enable irq window exit!\n"));400 LogFlow(("Enable irq window exit!\n")); 401 401 /** @todo use virtual interrupt method to inject a pending irq; dispatched as soon as guest.IF is set. */ 402 402 pVMCB->ctrl.u32InterceptCtrl1 |= SVM_CTRL1_INTERCEPT_VINTR; … … 1989 1989 1990 1990 /* Manually invalidate the page for the VM's TLB. */ 1991 Log(("SVMR0InvalidatePhysPage %VGv ASID=%d\n", addr, pVMCB->ctrl.TLBCtrl.n.u32ASID));1991 Log(("SVMR0InvalidatePhysPage Phys=%VGp Virt=%VGv ASID=%d\n", GCPhys, addr, pVMCB->ctrl.TLBCtrl.n.u32ASID)); 1992 1992 SVMInvlpgA(addr, pVMCB->ctrl.TLBCtrl.n.u32ASID); 1993 1993 STAM_COUNTER_INC(&pVM->hwaccm.s.StatFlushPhysPageManual);
Note:
See TracChangeset
for help on using the changeset viewer.