VirtualBox

Changeset 81383 in vbox


Ignore:
Timestamp:
Oct 19, 2019 11:58:44 PM (5 years ago)
Author:
vboxsync
Message:

IOM: Split up the logging into two more groups, one for I/O ports and one for MMIO. bugref:9218

Location:
trunk
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/log.h

    r80268 r81383  
    277277    /** IOM group. */
    278278    LOG_GROUP_IOM,
     279    /** IOM group, I/O port part. */
     280    LOG_GROUP_IOM_IOPORT,
     281    /** IOM group, MMIO part. */
     282    LOG_GROUP_IOM_MMIO,
    279283    /** XPCOM IPC group. */
    280284    LOG_GROUP_IPC,
     
    857861    "IOBUFMGMT", \
    858862    "IOM", \
     863    "IOM_IOPORT", \
     864    "IOM_MMIO", \
    859865    "IPC", \
    860866    "LWIP", \
  • trunk/src/VBox/VMM/VMMAll/IOMAll.cpp

    r81333 r81383  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_IOM
     22#define LOG_GROUP LOG_GROUP_IOM_IOPORT
    2323#include <VBox/vmm/iom.h>
    2424#include <VBox/vmm/mm.h>
     
    3838#include "IOMInline.h"
    3939
    40 
    41 //#undef LOG_GROUP
    42 //#define LOG_GROUP LOG_GROUP_IOM_IOPORT
    4340
    4441/**
  • trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp

    r81333 r81383  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_IOM
     22#define LOG_GROUP LOG_GROUP_IOM_MMIO
    2323#include <VBox/vmm/iom.h>
    2424#include <VBox/vmm/cpum.h>
  • trunk/src/VBox/VMM/VMMAll/IOMAllMmioNew.cpp

    r81379 r81383  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_IOM
     22#define LOG_GROUP LOG_GROUP_IOM_MMIO
    2323#define VMCPU_INCL_CPUM_GST_CTX
    2424#include <VBox/vmm/iom.h>
  • trunk/src/VBox/VMM/VMMR0/IOMR0IoPort.cpp

    r81335 r81383  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_IOM
     22#define LOG_GROUP LOG_GROUP_IOM_IOPORT
    2323#include <VBox/vmm/iom.h>
    2424#include "IOMInternal.h"
  • trunk/src/VBox/VMM/VMMR0/IOMR0Mmio.cpp

    r81335 r81383  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_IOM
     22#define LOG_GROUP LOG_GROUP_IOM_MMIO
    2323#include <VBox/vmm/iom.h>
    2424#include "IOMInternal.h"
  • trunk/src/VBox/VMM/VMMR3/IOMR3IoPort.cpp

    r81375 r81383  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_IOM
     22#define LOG_GROUP LOG_GROUP_IOM_IOPORT
    2323#include <VBox/vmm/iom.h>
    2424#include <VBox/sup.h>
  • trunk/src/VBox/VMM/VMMR3/IOMR3Mmio.cpp

    r81375 r81383  
    2020*   Header Files                                                                                                                 *
    2121*********************************************************************************************************************************/
    22 #define LOG_GROUP LOG_GROUP_IOM
     22#define LOG_GROUP LOG_GROUP_IOM_MMIO
    2323#include <VBox/vmm/iom.h>
    2424#include <VBox/sup.h>
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