VirtualBox

Changeset 83622 in vbox for trunk


Ignore:
Timestamp:
Apr 8, 2020 4:09:35 PM (5 years ago)
Author:
vboxsync
Message:

Main: disable the legacy VHWA interface. bugref:9691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r83557 r83622  
    31013101int Display::i_handleVHWACommandProcess(int enmCmd, bool fGuestCmd, VBOXVHWACMD RT_UNTRUSTED_VOLATILE_GUEST *pCommand)
    31023102{
     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
    31033109    unsigned id = (unsigned)pCommand->iDisplay;
    31043110    if (id >= mcMonitors)
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