VirtualBox

Changeset 51364 in vbox


Ignore:
Timestamp:
May 23, 2014 6:21:01 AM (11 years ago)
Author:
vboxsync
Message:

DevVGA: saved state fix for disabled 3D

File:
1 edited

Legend:

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

    r51362 r51364  
    34113411{
    34123412#ifdef VBOX_WITH_CRHGSMI
    3413 #if 0 /** @todo r=bird: This code is still busted. Getting VERR_INVALID_STATE when restoring a trunk state taken by
    3414        * 4.3.53 r92948 win.amd64. BTW. would be great if you put in a couple of comments here and there explaining what
     3413    if (!VBoxVBVAExHSIsEnabled(&pVdma->CmdVbva))
     3414        return VINF_SUCCESS;
     3415
     3416/** @todo r=bird: BTW. would be great if you put in a couple of comments here and there explaining what
    34153417       * the purpose of this code is. */
    34163418    VBVAEXHOSTCTL* pHCtl = VBoxVBVAExHCtlCreate(&pVdma->CmdVbva, VBVAEXHOSTCTL_TYPE_HH_LOADSTATE_DONE);
     
    34343436    }
    34353437#endif
    3436 #endif
    34373438    return VINF_SUCCESS;
    34383439}
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