VirtualBox

Changeset 104974 in vbox


Ignore:
Timestamp:
Jun 20, 2024 9:30:46 AM (5 months ago)
Author:
vboxsync
Message:

Devices/Trace: Updates to the TPM trace decoding, bugref:10701 [missing files]

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/formats/tpm.h

    r104923 r104974  
    476476#define TPM2_CAP_AUDIT_COMMANDS             UINT32_C(0x00000004)
    477477#define TPM2_CAP_PCRS                       UINT32_C(0x00000005)
    478 #define TPM2_CAP_ALGS                       UINT32_C(0x00000000)
    479478/** Return a TPM related property. */
    480479#define TPM2_CAP_TPM_PROPERTIES             UINT32_C(0x00000006)
  • trunk/include/iprt/tracelog-decoder-plugin.h

    r104966 r104974  
    8989/** Initializes a enum entry, extended version. */
    9090#define RT_TRACELOG_DECODER_STRUCT_BLD_ENUM_INIT(a_enmVal) \
    91     RT_TRACELOG_DECODER_STRUCT_BLD_ENUM_INIT_EX(a_enmVal, 0)
     91    { a_enmVal, #a_enmVal, 0 }
     92/** Terminates an enum value to descriptor table. */
     93#define RT_TRACELOG_DECODER_STRUCT_BLD_ENUM_TERM \
     94    { 0, NULL, 0 }
    9295
    9396
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