VirtualBox

Changeset 80266 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Aug 14, 2019 9:35:16 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HM: Nested VMX: bugref:9180 Make hmR0DumpRegs a bit more granular to help with log drowning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r80170 r80266  
    11741174
    11751175# ifdef VBOX_STRICT
    1176 VMMR0_INT_DECL(void)        hmR0DumpRegs(PVMCPU pVCpu);
     1176#  define HM_DUMP_REG_FLAGS_GPRS      RT_BIT(0)
     1177#  define HM_DUMP_REG_FLAGS_FPU       RT_BIT(1)
     1178#  define HM_DUMP_REG_FLAGS_MSRS      RT_BIT(2)
     1179#  define HM_DUMP_REG_FLAGS_ALL       (HM_DUMP_REG_FLAGS_GPRS | HM_DUMP_REG_FLAGS_FPU | HM_DUMP_REG_FLAGS_MSRS)
     1180
     1181VMMR0_INT_DECL(void)        hmR0DumpRegs(PVMCPU pVCpu, uint32_t fFlags);
    11771182VMMR0_INT_DECL(void)        hmR0DumpDescriptor(PCX86DESCHC pDesc, RTSEL Sel, const char *pszMsg);
    11781183# 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