Changeset 51362 in vbox
- Timestamp:
- May 23, 2014 12:39:33 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93855
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r51358 r51362 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 3415 * the purpose of this code is. */ 3413 3416 VBVAEXHOSTCTL* pHCtl = VBoxVBVAExHCtlCreate(&pVdma->CmdVbva, VBVAEXHOSTCTL_TYPE_HH_LOADSTATE_DONE); 3414 3417 if (!pHCtl) … … 3431 3434 } 3432 3435 #endif 3436 #endif 3433 3437 return VINF_SUCCESS; 3434 3438 }
Note:
See TracChangeset
for help on using the changeset viewer.