Changeset 87530 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Feb 2, 2021 11:27:43 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142556
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87523 r87530 589 589 * mode without paging emulation in EPT mode. */ 590 590 R3PTRTYPE(PX86PD) pNonPagingModeEPTPageTable; 591 592 /** Ring-0 memory object for per-VM VMX structures. */593 RTR0MEMOBJ hMemObj;594 591 } vmx; 595 592 … … 679 676 uint32_t fHostKernelFeatures; 680 677 681 /** SVM specific data. */ 678 /** VT-x specific data. */ 679 struct HMR0VMXVM 680 { 681 /** Ring-0 memory object for per-VM VMX structures. */ 682 RTR0MEMOBJ hMemObj; 683 684 } vmx; 685 686 /** AMD-V specific data. */ 682 687 struct HMR0SVMVM 683 688 {
Note:
See TracChangeset
for help on using the changeset viewer.