VirtualBox

Changeset 1950 in vbox for trunk


Ignore:
Timestamp:
Apr 5, 2007 12:31:11 PM (18 years ago)
Author:
vboxsync
Message:

very noisy logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/new/VBoxRecompiler.c

    r1944 r1950  
    15921592    }
    15931593#endif
    1594     Log(("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2]));
     1594    RTLogPrintf("remR3NotifyTrap: uTrap=%x error=%x next_eip=%VGv eip=%VGv cr2=%08x\n", uTrap, uErrorCode, pvNextEIP, env->eip, env->cr[2]);
    15951595    if(uTrap < 0x20)
    15961596    {
     
    27202720        {
    27212721            pv = (void *)(pVM->rem.s.aPhysReg[i].HCVirt + off);
    2722             Log(("remR3GCPhys2HCVirt: %x -> %x\n", addr, pv));
     2722            Log2(("remR3GCPhys2HCVirt: %x -> %x\n", addr, pv));
    27232723            STAM_PROFILE_STOP(&gStatGCPhys2HCVirt, a);
    27242724            return pv;
     
    27272727    AssertMsg(addr < phys_ram_size, ("remR3GCPhys2HCVirt: unknown physical address %x\n", addr));
    27282728    pv = (void *)(pVM->rem.s.paGCPhysToHCVirt[addr >> PGM_DYNAMIC_CHUNK_SHIFT] + (addr & PGM_DYNAMIC_CHUNK_OFFSET_MASK));
    2729     Log(("remR3GCPhys2HCVirt: %x -> %x\n", addr, pv));
     2729    Log2(("remR3GCPhys2HCVirt: %x -> %x\n", addr, pv));
    27302730#else
    27312731    /** @todo figure out why this is faster than the above code. */
     
    41274127            Log(("%s", szOutput));
    41284128    }
     4129    remR3StateUpdate(pVM);
     4130    DBGFR3InfoLog(pVM, "cpumguest", pszPrefix);
     4131
    41294132    return true;
    41304133
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