- Timestamp:
- Feb 17, 2020 8:27:49 PM (5 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp
r82968 r83103 179 179 /** Info about the VidMessageSlotMap I/O control interface - for logging. */ 180 180 static NEMWINIOCTL g_IoCtlMessageSlotMap; 181 /* Info about the VidGetVirtualProcessorState I/O control interface - for logging. */181 /** Info about the VidGetVirtualProcessorState I/O control interface - for logging. */ 182 182 static NEMWINIOCTL g_IoCtlGetVirtualProcessorState; 183 /* Info about the VidSetVirtualProcessorState I/O control interface - for logging. */183 /** Info about the VidSetVirtualProcessorState I/O control interface - for logging. */ 184 184 static NEMWINIOCTL g_IoCtlSetVirtualProcessorState; 185 185 /** Pointer to what nemR3WinIoctlDetector_ForLogging should fill in. */ -
trunk/src/VBox/VMM/include/NEMInternal.h
r82968 r83103 50 50 //# define NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS /**< Applies to ring-3 code only. Useful for testing VID API. */ 51 51 //# define NEM_WIN_USE_OUR_OWN_RUN_API /**< Applies to ring-3 code only. Useful for testing VID API. */ 52 # define NEM_WIN_WITH_RING0_RUNLOOP /**< Enables the ring-0 runloop. */53 # define NEM_WIN_USE_RING0_RUNLOOP_BY_DEFAULT /**< For quickly testing ring-3 API without messing with CFGM. */52 //# define NEM_WIN_WITH_RING0_RUNLOOP /**< Enables the ring-0 runloop. */ 53 //# define NEM_WIN_USE_RING0_RUNLOOP_BY_DEFAULT /**< For quickly testing ring-3 API without messing with CFGM. */ 54 54 # if defined(NEM_WIN_USE_OUR_OWN_RUN_API) && !defined(NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS) 55 55 # error "NEM_WIN_USE_OUR_OWN_RUN_API requires NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS"
Note:
See TracChangeset
for help on using the changeset viewer.