Changeset 91120 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 6, 2021 12:03:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r91037 r91120 362 362 /** Nested VMX: Whether to expose VMX-preemption timer to the guest. */ 363 363 bool fNestedVmxPreemptTimer; 364 uint8_t abPadding1[3]; 364 /** Nested VMX: Whether to expose EPT to the guest. If this is disabled make sure 365 * to also disable fNestedVmxUnrestrictedGuest. */ 366 bool fNestedVmxEpt; 367 /** Nested VMX: Whether to expose "unrestricted guest" to the guest. */ 368 bool fNestedVmxUnrestrictedGuest; 369 uint8_t abPadding1[1]; 365 370 366 371 /** Align to 64-byte boundary. */
Note:
See TracChangeset
for help on using the changeset viewer.