Changeset 97264 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 21, 2022 12:08:51 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154250
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r97262 r97264 377 377 uint32_t u32UnusedOnNonX86; 378 378 #endif 379 /** Nested VMX: Whether to expose VMX-preemption timer to the guest. */ 380 bool fNestedVmxPreemptTimer; 381 /** Nested VMX: Whether to expose EPT to the guest. If this is disabled make sure 382 * to also disable fNestedVmxUnrestrictedGuest. */ 383 bool fNestedVmxEpt; 384 /** Nested VMX: Whether to expose "unrestricted guest" to the guest. */ 385 bool fNestedVmxUnrestrictedGuest; 386 uint8_t abPadding1[1]; 379 uint8_t abPadding1[4]; 387 380 388 381 /** Random value we store in the reserved RFLAGS bits we don't use ourselves so … … 500 493 int cpumR3DbgInit(PVM pVM); 501 494 int cpumR3InitCpuIdAndMsrs(PVM pVM, PCCPUMMSRS pHostMsrs); 502 void cpumR3InitVmxGuestFeaturesAndMsrs(PVM pVM, PCVMXMSRS pHostVmxMsrs, PVMXMSRS pGuestVmxMsrs); 495 void cpumR3InitVmxGuestFeaturesAndMsrs(PVM pVM, PCFGMNODE pCpumCfg, PCVMXMSRS pHostVmxMsrs, 496 PVMXMSRS pGuestVmxMsrs); 503 497 void cpumR3CpuIdRing3InitDone(PVM pVM); 504 498 void cpumR3SaveCpuId(PVM pVM, PSSMHANDLE pSSM);
Note:
See TracChangeset
for help on using the changeset viewer.