Changeset 65222 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 10, 2017 12:33:45 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r65137 r65222 461 461 /** Virtual address of the identity page table used for real mode and protected mode without paging emulation in EPT mode. */ 462 462 R3PTRTYPE(PX86PD) pNonPagingModeEPTPageTable; 463 464 /** The guest's MSR APIC base address at which the APIC access page is mapped. */ 465 RTGCPHYS volatile GCPhysApicBase; 463 466 464 467 /** Physical address of the APIC-access page. */
Note:
See TracChangeset
for help on using the changeset viewer.