Changeset 87523 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 1, 2021 10:51:13 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87522 r87523 434 434 bool fNestedPagingCfg; 435 435 /** Set when we've finalized the VMX / SVM initialization in ring-3 436 * 436 * (hmR3InitFinalizeR0Intel / hmR3InitFinalizeR0Amd). */ 437 437 bool fInitialized; 438 438 /** Set if large pages are enabled (requires nested paging). … … 441 441 bool fLargePages; 442 442 /** Set if we can support 64-bit guests or not. 443 * 443 * Config value that is copied to HMR0PERVM::fAllow64BitGuests on setup. */ 444 444 bool fAllow64BitGuestsCfg; 445 445 /** Set when we initialize VT-x or AMD-V once for all CPUs. */ … … 458 458 * @todo Not really used by HM, move to APIC where it's actually used. */ 459 459 bool fPostedIntrs; 460 460 461 /** @name Processed into HMR0PERVCPU::fWorldSwitcher by ring-0 on VM init. 461 462 * @{ */ … … 476 477 bool fSpecCtrlByHost; 477 478 /** @} */ 479 478 480 /** Alignment padding. */ 479 481 bool afPaddingMinus1[3];
Note:
See TracChangeset
for help on using the changeset viewer.