VirtualBox

Changeset 83122 in vbox for trunk


Ignore:
Timestamp:
Feb 20, 2020 8:13:10 AM (5 years ago)
Author:
vboxsync
Message:

VMM/DBGF: Add TSC Aux MSR to the DBGF core dump.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/dbgfcorefmt.h

    r82968 r83122  
    5252#define DBGFCORE_MAGIC          UINT32_C(0xc01ac0de)
    5353/** DBGCORECOREDESCRIPTOR::u32FmtVersion. */
    54 #define DBGFCORE_FMT_VERSION    UINT32_C(0x00010005)
     54#define DBGFCORE_FMT_VERSION    UINT32_C(0x00010006)
    5555
    5656/**
     
    134134    uint64_t            msrKernelGSBase;
    135135    uint64_t            msrApicBase;
     136    uint64_t            msrTscAux;
    136137    uint64_t            aXcr[2];
    137138    uint32_t            cbExt;
  • trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp

    r82968 r83122  
    377377    pDbgfCpu->msrKernelGSBase = pCtx->msrKERNELGSBASE;
    378378    pDbgfCpu->msrApicBase     = APICGetBaseMsrNoCheck(pVCpu);
     379    pDbgfCpu->msrTscAux       = CPUMGetGuestTscAux(pVCpu);
    379380    pDbgfCpu->aXcr[0]         = pCtx->aXcr[0];
    380381    pDbgfCpu->aXcr[1]         = pCtx->aXcr[1];
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