Changeset 91688 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Oct 12, 2021 12:21:10 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/NEMInternal.h
r91676 r91688 197 197 /** Info about the VidGetPartitionProperty I/O control interface. */ 198 198 NEMWINIOCTL IoCtlGetPartitionProperty; 199 # ifdef NEM_WIN_WITH_RING0_RUNLOOP 199 200 /** Info about the VidStartVirtualProcessor I/O control interface. */ 200 201 NEMWINIOCTL IoCtlStartVirtualProcessor; … … 203 204 /** Info about the VidStopVirtualProcessor I/O control interface. */ 204 205 NEMWINIOCTL IoCtlMessageSlotHandleAndGetNext; 206 # endif 205 207 206 208 /** Statistics updated by NEMR0UpdateStatistics. */ … … 393 395 /** Info about the VidGetPartitionProperty I/O control interface. */ 394 396 NEMWINIOCTL IoCtlGetPartitionProperty; 397 # ifdef NEM_WIN_WITH_RING0_RUNLOOP 395 398 /** Info about the VidStartVirtualProcessor I/O control interface. */ 396 399 NEMWINIOCTL IoCtlStartVirtualProcessor; … … 401 404 /** Whether we may use the ring-0 runloop or not. */ 402 405 bool fMayUseRing0Runloop; 406 # endif 403 407 404 408 /** Hypercall input/ouput page for non-EMT. */
Note:
See TracChangeset
for help on using the changeset viewer.