VirtualBox

Changeset 211 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 21, 2007 4:38:25 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17701
Message:

Use the special backdoor logging group for backdoor logging (rest is too noisy)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp

    r1 r211  
    262262 * @param   cb          The value size in bytes.
    263263 */
     264#undef LOG_GROUP
     265#define LOG_GROUP LOG_GROUP_DEV_VMM_BACKDOOR
     266
    264267static DECLCALLBACK(int) vmmdevBackdoorLog(PPDMDEVINS pDevIns, void *pvUser, RTIOPORT Port, uint32_t u32, unsigned cb)
    265268{
     
    299302    return VINF_SUCCESS;
    300303}
     304#undef LOG_GROUP
     305#define LOG_GROUP LOG_GROUP_DEV_VMM
    301306
    302307#ifdef TIMESYNC_BACKDOOR
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette