Changeset 51364 in vbox
- Timestamp:
- May 23, 2014 6:21:01 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r51362 r51364 3411 3411 { 3412 3412 #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 3415 3417 * the purpose of this code is. */ 3416 3418 VBVAEXHOSTCTL* pHCtl = VBoxVBVAExHCtlCreate(&pVdma->CmdVbva, VBVAEXHOSTCTL_TYPE_HH_LOADSTATE_DONE); … … 3434 3436 } 3435 3437 #endif 3436 #endif3437 3438 return VINF_SUCCESS; 3438 3439 }
Note:
See TracChangeset
for help on using the changeset viewer.