VirtualBox

Changeset 9254 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 30, 2008 2:07:35 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31438
Message:

Wrong string specifiers for 64 bits guest addresses/rtrcptrs.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMHandler.cpp

    r9148 r9254  
    453453    if (RT_LIKELY(pCur))
    454454    {
    455         Log(("PGMHandlerVirtualDeregister: Removing Virtual (%d) Range %#x-%#x %s\n", pCur->enmType,
     455        Log(("PGMHandlerVirtualDeregister: Removing Virtual (%d) Range %VGv-%VGv %s\n", pCur->enmType,
    456456             pCur->GCPtr, pCur->GCPtrLast, pCur->pszDesc));
    457457        Assert(pCur->enmType != PGMVIRTHANDLERTYPE_HYPERVISOR);
     
    482482        }
    483483
    484         Log(("PGMHandlerVirtualDeregister: Removing Hyper Virtual (%d) Range %#x-%#x %s\n", pCur->enmType,
     484        Log(("PGMHandlerVirtualDeregister: Removing Hyper Virtual (%d) Range %VGv-%VGv %s\n", pCur->enmType,
    485485             pCur->GCPtr, pCur->GCPtrLast, pCur->pszDesc));
    486486        Assert(pCur->enmType == PGMVIRTHANDLERTYPE_HYPERVISOR);
  • trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

    r9212 r9254  
    8585                                          R3PTRTYPE(const char *) pszDesc)
    8686{
    87     Log(("PGMHandlerPhysicalRegisterEx: enmType=%d GCPhys=%VGp GCPhysLast=%VGp pfnHandlerR3=%VHv pvUserR3=%VHv pfnHandlerR0=%VHv pvUserR0=%VHv pfnHandlerGC=%VGv pvUserGC=%VGv pszDesc=%s\n",
     87    Log(("PGMHandlerPhysicalRegisterEx: enmType=%d GCPhys=%VGp GCPhysLast=%VGp pfnHandlerR3=%VHv pvUserR3=%VHv pfnHandlerR0=%VHv pvUserR0=%VHv pfnHandlerGC=%VRv pvUserGC=%VRv pszDesc=%s\n",
    8888          enmType, GCPhys, GCPhysLast, pfnHandlerR3, pvUserR3, pfnHandlerR0, pvUserR0, pfnHandlerGC, pvUserGC, HCSTRING(pszDesc)));
    8989
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