VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 12:55:49 AM (16 years ago)
Author:
vboxsync
Message:

VMM: %VG* inspection - an awfaul lot of these, hope I got it all right...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r13818 r13820  
    10181018{
    10191019    STAM_PROFILE_START(&pVM->iom.s.StatRZMMIOHandler, a);
    1020     Log(("IOMMMIOHandler: GCPhys=%RGp uErr=%#x pvFault=%VGv eip=%VGv\n",
    1021           GCPhysFault, (uint32_t)uErrorCode, pvFault, pCtxCore->rip));
     1020    Log(("IOMMMIOHandler: GCPhys=%RGp uErr=%#x pvFault=%VGv rip=%RGv\n",
     1021         GCPhysFault, (uint32_t)uErrorCode, pvFault, (RTGCPTR)pCtxCore->rip));
    10221022
    10231023    PIOMMMIORANGE pRange = (PIOMMMIORANGE)pvUser;
     
    17401740VMMDECL(int) IOMMMIOModifyPage(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS GCPhysRemapped, uint64_t fPageFlags)
    17411741{
    1742     Assert(fPageFlags == (X86_PTE_RW|X86_PTE_P));
     1742    Assert(fPageFlags == (X86_PTE_RW | X86_PTE_P));
    17431743
    17441744    Log(("IOMMMIOModifyPage %VGp -> %VGp flags=%RX64\n", GCPhys, GCPhysRemapped, fPageFlags));
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