Changeset 107570 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 9, 2025 9:23:18 AM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166643
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r107220 r107570 106 106 * @{ */ 107 107 /** The current saved state version. 108 * @todo When bumping to next version, add CPUMCTX::enmHwVirt to the saved109 * state. */108 * @todo When bumping to next version, add CPUMCTX::enmHwVirt and 109 * uMicrocodeRevision to the saved state. */ 110 110 #define CPUM_SAVED_STATE_VERSION CPUM_SAVED_STATE_VERSION_HWVIRT_VMX_4 111 111 /** The saved state version with u32RestoreProcCtls2 for Nested Microsoft … … 190 190 uint64_t uScalableBusFreq; 191 191 192 /** The microcode revision. 193 * UINT32_MAX if the one from the CPU database entry is to be used. 194 * @see /CPUM/GuestMicrocodeRevision in CFGM. */ 195 uint32_t uMicrocodeRevision; 196 uint32_t uPadding; 197 192 198 /** Pointer to the MSR ranges (for compatibility with old hyper heap code). */ 193 199 R3PTRTYPE(PCPUMMSRRANGE) paMsrRangesR3;
Note:
See TracChangeset
for help on using the changeset viewer.