VirtualBox

Changeset 21694 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 17, 2009 2:07:33 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50245
Message:

Minor updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r21688 r21694  
    24472447    int rc;
    24482448
    2449     Log(("Emulated VMMCall TPR access replacement at %RGv\n", pCtx->rip));
     2449    LogFlow(("Emulated VMMCall TPR access replacement at %RGv\n", pCtx->rip));
    24502450
    24512451    while (true)
     
    24682468            AssertRC(rc);
    24692469
    2470             Log(("Emulated read successfully\n"));
     2470            LogFlow(("Emulated read successfully\n"));
    24712471            pCtx->rip += pPatch->cbOp;
    24722472            break;
     
    24882488            rc = PDMApicSetTPR(pVCpu, u8Tpr);
    24892489            AssertRC(rc);
    2490             Log(("Emulated write successfully\n"));
     2490            LogFlow(("Emulated write successfully\n"));
    24912491            pCtx->rip += pPatch->cbOp;
     2492            break;
     2493        default:
     2494            AssertFailed();
    24922495            break;
    24932496        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette