VirtualBox

Changeset 100672 in vbox for trunk/include


Ignore:
Timestamp:
Jul 21, 2023 12:28:54 AM (20 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158512
Message:

VMM/IEM: Some VxD syscall logging. bugref:10369

Location:
trunk/include
Files:
2 edited

Legend:

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

    r100606 r100672  
    309309    /** IEM AMD-V group. */
    310310    LOG_GROUP_IEM_SVM,
     311    /** IEM syscall decoding group (log levels for individual OSes). */
     312    LOG_GROUP_IEM_SYSCALL,
    311313    /** IEM VT-x group. */
    312314    LOG_GROUP_IEM_VMX,
     
    972974    "IEM_RE_THREADED", \
    973975    "IEM_SVM", \
     976    "IEM_SYSCALL", \
    974977    "IEM_VMX", \
    975978    "IOBUFMGMT", \
  • trunk/include/iprt/log.h

    r100006 r100672  
    633633# define LogIsItEnabled(a_fFlags, a_iGroup) (false)
    634634#endif
     635
     636/** @def LogIsEnabledOnly
     637 * Checks whether the group is enabled w/o reference to any specific level.
     638 */
     639#define LogIsEnabledOnly()  LogIsItEnabled(RTLOGGRPFLAGS_ENABLED, LOG_GROUP)
    635640
    636641/** @def LogIsEnabled
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