Changeset 96811 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 21, 2022 1:23:31 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 153702
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r96796 r96811 863 863 /** The VMX APIC-access page handler type. */ 864 864 PGMPHYSHANDLERTYPE hVmxApicAccessPage; 865 #ifndef VBOX_WITHOUT_CPUID_HOST_CALL 866 /** Set if the CPUID host call functionality is enabled. */ 867 bool fCpuIdHostCall; 868 #endif 865 869 } IEM; 866 870
Note:
See TracChangeset
for help on using the changeset viewer.