VirtualBox

Ignore:
Timestamp:
Apr 22, 2009 9:52:53 PM (16 years ago)
Author:
vboxsync
Message:

VMMR0: Too chatty/messy in dmesg on darwin.

File:
1 edited

Legend:

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

    r19032 r19123  
    106106    AssertReturn(pvPageCpu, VERR_INVALID_PARAMETER);
    107107
    108 #ifdef LOG_ENABLED
     108#if defined(LOG_ENABLED) && !defined(DEBUG_bird)
    109109    SUPR0Printf("VMXR0EnableCpu cpu %d page (%x) %x\n", pCpu->idCpu, pvPageCpu, (uint32_t)pPageCpuPhys);
    110110#endif
     
    153153    ASMSetCR4(ASMGetCR4() & ~X86_CR4_VMXE);
    154154
    155 #ifdef LOG_ENABLED
     155#if defined(LOG_ENABLED) && !defined(DEBUG_bird)
    156156    SUPR0Printf("VMXR0DisableCpu cpu %d\n", pCpu->idCpu);
    157157#endif
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