Changeset 92120 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 28, 2021 12:31:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r91958 r92120 167 167 /** Set if we're using the ring-0 API to do the work. */ 168 168 bool fUseRing0Runloop : 1; 169 # ifdef NEM_WIN_WITH_A20 169 170 /** Set if we've started more than one CPU and cannot mess with A20. */ 170 171 bool fA20Fixed : 1; 171 172 /** Set if A20 is enabled. */ 172 173 bool fA20Enabled : 1; 174 # endif 173 175 /** The reported CPU vendor. */ 174 176 CPUMCPUVENDOR enmCpuVendor; … … 459 461 bool nemR3NativeSetSingleInstruction(PVM pVM, PVMCPU pVCpu, bool fEnable); 460 462 void nemR3NativeNotifyFF(PVM pVM, PVMCPU pVCpu, uint32_t fFlags); 461 462 void nemR3NativeNotifySetA20(PVMCPU pVCpu, bool fEnabled);463 463 #endif 464 464
Note:
See TracChangeset
for help on using the changeset viewer.