VirtualBox

Changeset 5953 in vbox


Ignore:
Timestamp:
Dec 4, 2007 5:18:39 PM (17 years ago)
Author:
vboxsync
Message:

Don't log to the com port, normal logging is fine now.

File:
1 edited

Legend:

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

    r4071 r5953  
    4444CPUMR0DECL(int) CPUMR0Init(PVM pVM)
    4545{
    46     LogComFlow(("CPUMR0Init: %p\n", pVM));
     46    LogFlow(("CPUMR0Init: %p\n", pVM));
    4747
    4848    /*
     
    5252    if ((u32CR0 & (X86_CR0_PE | X86_CR0_PG)) != (X86_CR0_PE | X86_CR0_PG)) /* a bit paranoid perhaps.. */
    5353    {
    54         LogCom(("CPUMR0Init: PE or PG not set. cr0=%#x\n", u32CR0));
     54        Log(("CPUMR0Init: PE or PG not set. cr0=%#x\n", u32CR0));
    5555        return VERR_UNSUPPORTED_CPU_MODE;
    5656    }
     
    8383            {
    8484                pVM->cpum.s.fUseFlags |= CPUM_USE_SYSENTER;
    85                 LogCom(("CPUMR0Init: host uses sysenter cs=%08x%08x\n", ASMRdMsr_High(MSR_IA32_SYSENTER_CS), u32));
     85                Log(("CPUMR0Init: host uses sysenter cs=%08x%08x\n", ASMRdMsr_High(MSR_IA32_SYSENTER_CS), u32));
    8686            }
    8787        }
     
    9898    {
    9999        pVM->cpum.s.fUseFlags |= CPUM_USE_DEBUG_REGS_HOST;
    100         LogCom(("CPUMR0Init: host uses debug registers (dr7=%x)\n", u32DR7));
     100        Log(("CPUMR0Init: host uses debug registers (dr7=%x)\n", u32DR7));
    101101    }
    102102
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