VirtualBox

Ignore:
Timestamp:
Aug 26, 2019 4:09:49 PM (5 years ago)
Author:
vboxsync
Message:

Devices/Graphics: Resurrect the graphics device part of r132865 without the VBOX_WITH_CRHGSMI defines as it turned out that older VMSVGA guest additions drivers rely on that for certain operations, bugref:9529

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r80396 r80428  
    46124612    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIBASE, &pThis->IBase);
    46134613    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIDISPLAYPORT, &pThis->IPort);
    4614 #if defined(VBOX_WITH_HGSMI) && (defined(VBOX_WITH_VIDEOHWACCEL))
     4614#if defined(VBOX_WITH_HGSMI) && (defined(VBOX_WITH_VIDEOHWACCEL) || defined(VBOX_WITH_CRHGSMI))
    46154615    PDMIBASE_RETURN_INTERFACE(pszIID, PDMIDISPLAYVBVACALLBACKS, &pThis->IVBVACallbacks);
    46164616#endif
     
    54435443    vbvaTimerCb(pThis);
    54445444#endif
     5445
     5446    vboxCmdVBVATimerRefresh(pThis);
    54455447
    54465448#ifdef VBOX_WITH_VMSVGA
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