VirtualBox

Ignore:
Timestamp:
May 22, 2019 9:41:16 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130718
Message:

VMM: Nested VMX: bugref:9180 Added RTIT_CTL MSR to the virtual VMCS. Brought up rest of HM definitions to the latest VT-x specs. Spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r78621 r78650  
    461461    SSMFIELD_ENTRY(       VMXVVMCS, u64GuestPdpte3),
    462462    SSMFIELD_ENTRY(       VMXVVMCS, u64GuestBndcfgsMsr),
     463    SSMFIELD_ENTRY(       VMXVVMCS, u64GuestRtitCtlMsr),
    463464    SSMFIELD_ENTRY_IGNORE(VMXVVMCS, au64Reserved2),
    464465
     
    38963897        pHlp->pfnPrintf(pHlp, "  %sPDPTE 3                    = %#RX64\n",   pszPrefix, pVmcs->u64GuestPdpte3.u);
    38973898        pHlp->pfnPrintf(pHlp, "  %sBNDCFGS                    = %#RX64\n",   pszPrefix, pVmcs->u64GuestBndcfgsMsr.u);
     3899        pHlp->pfnPrintf(pHlp, "  %sRTIT_CTL                   = %#RX64\n",   pszPrefix, pVmcs->u64GuestRtitCtlMsr.u);
    38983900
    38993901        /* Natural width. */
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