VirtualBox

Changeset 83103 in vbox for trunk


Ignore:
Timestamp:
Feb 17, 2020 8:27:49 PM (5 years ago)
Author:
vboxsync
Message:

VMM/NEM: Use mostly vanialla API for now so we've something that at works somewhat.

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp

    r82968 r83103  
    179179/** Info about the VidMessageSlotMap I/O control interface - for logging. */
    180180static 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. */
    182182static 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. */
    184184static NEMWINIOCTL g_IoCtlSetVirtualProcessorState;
    185185/** Pointer to what nemR3WinIoctlDetector_ForLogging should fill in. */
  • trunk/src/VBox/VMM/include/NEMInternal.h

    r82968 r83103  
    5050//# define NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS /**< Applies to ring-3 code only. Useful for testing VID API. */
    5151//# 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. */
    5454# if defined(NEM_WIN_USE_OUR_OWN_RUN_API) && !defined(NEM_WIN_USE_HYPERCALLS_FOR_REGISTERS)
    5555#  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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette