VirtualBox

Changeset 96821 in vbox for trunk/include/VBox/log.h


Ignore:
Timestamp:
Sep 22, 2022 12:35:59 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Define separate log groups for the VMX and SVM code in IEM since we're more or less out of log levels to use in IEM (and the code isn't following the assignments). Defined Log2 to be for logging vmexits. Needs more cleaning up.

File:
1 edited

Legend:

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

    r96407 r96821  
    303303    /** IEM group. */
    304304    LOG_GROUP_IEM,
     305    /** IEM AMD-V group. */
     306    LOG_GROUP_IEM_SVM,
     307    /** IEM VT-x group. */
     308    LOG_GROUP_IEM_VMX,
    305309    /** I/O buffer management group. */
    306310    LOG_GROUP_IOBUFMGMT,
     
    963967    "HM", \
    964968    "IEM", \
     969    "IEM_SVM", \
     970    "IEM_VMX", \
    965971    "IOBUFMGMT", \
    966972    "IOM", \
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