Changeset 87539 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 2, 2021 3:10:58 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142565
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87538 r87539 637 637 /** Set if we can support 64-bit guests or not. */ 638 638 bool fAllow64BitGuests; 639 bool afAlignment0[2 +4];639 bool afAlignment0[2]; 640 640 641 641 /** The maximum number of resumes loops allowed in ring-0 (safety precaution). 642 642 * This number is set much higher when RTThreadPreemptIsPending is reliable. */ 643 643 uint32_t cMaxResumeLoops; 644 645 /** Host kernel flags that HM might need to know (SUPKERNELFEATURES_XXX). */646 uint32_t fHostKernelFeatures;647 644 648 645 /** VT-x specific data. */ … … 1442 1439 #ifdef IN_RING0 1443 1440 extern bool g_fHmVmxSupported; 1441 extern uint32_t g_fHmHostKernelFeatures; 1444 1442 extern uint32_t g_uHmMaxAsid; 1445 1443 extern bool g_fHmVmxUsePreemptTimer;
Note:
See TracChangeset
for help on using the changeset viewer.