- Timestamp:
- Apr 8, 2020 4:09:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DisplayImpl.cpp
r83557 r83622 3101 3101 int Display::i_handleVHWACommandProcess(int enmCmd, bool fGuestCmd, VBOXVHWACMD RT_UNTRUSTED_VOLATILE_GUEST *pCommand) 3102 3102 { 3103 /* bugref:9691 Disable the legacy VHWA interface. 3104 * Keep the host commands enabled because they are needed when an old saved state is loaded. 3105 */ 3106 if (fGuestCmd) 3107 return VERR_NOT_IMPLEMENTED; 3108 3103 3109 unsigned id = (unsigned)pCommand->iDisplay; 3104 3110 if (id >= mcMonitors)
Note:
See TracChangeset
for help on using the changeset viewer.