VirtualBox

Changeset 108721 in vbox


Ignore:
Timestamp:
Mar 24, 2025 4:50:43 PM (3 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168144
Message:

Removed 2D video acceleration (aka VAHW / VBOX_WITH_VIDEOHWACCEL) [SSM fix, wasn't properly documented / #ifdef'ed before]. bugref:10756

File:
1 edited

Legend:

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

    r108641 r108721  
    983983    PCPDMDEVHLPR3   pHlp    = pDevIns->pHlpR3;
    984984
    985     int rc = vboxVBVASaveDevStateExec(pHlp, pThis, pThisCC, pSSM);
    986     if (RT_SUCCESS(rc))
    987     {
    988         for (uint32_t i = 0; i < pThis->cMonitors; ++i)
    989         {
    990             rc = pHlp->pfnSSMPutU32(pSSM, VBOXVBVASAVEDSTATE_VHWAUNAVAILABLE_MAGIC);
    991             AssertRCReturn(rc, rc);
    992         }
    993     }
    994 
    995     /* no pending commands */
    996     pHlp->pfnSSMPutU32(pSSM, 0);
    997 
    998     return rc;
     985    return vboxVBVASaveDevStateExec(pHlp, pThis, pThisCC, pSSM);
    999986}
    1000987
Note: See TracChangeset for help on using the changeset viewer.

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