VirtualBox

Changeset 49430 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 8, 2013 5:27:37 PM (11 years ago)
Author:
vboxsync
Message:

VHWA: forward port other fixes

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r47485 r49430  
    10401040    LogFlowFunc(("pIns = %p, pvMem = %p\n", pIns, pvMem));
    10411041
    1042     VM_ASSERT_OTHER_THREAD(pIns->pVM);
    1043 
    10441042#if 0
    10451043    void *pvContext = NULL;
     
    10471045
    10481046    HGSMIOFFSET offBuffer = HGSMIHeapBufferOffset (&pIns->hostHeap, pvMem);
    1049 
    1050 //    /* Have to forward to EMT because FIFO processing is there. */
    1051 //    int rc = VMR3ReqCallVoid (pIns->pVM, &pReq, RT_INDEFINITE_WAIT,
    1052 //                              (PFNRT) hgsmiHostCommandProcess,
    1053 //                              3, pIns, offBuffer, &pvContext);
    10541047
    10551048    int rc = hgsmiHostCommandProcess (pIns, offBuffer,
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp

    r49425 r49430  
    44214421
    44224422        if (!mOverlayImage.hasSurfaces())
    4423         {
    4424             Assert(0);
    44254423            vboxSetGlOn(false);
    4426         }
    44274424    }
    44284425    else
     
    51875184        g_VBoxCmdEntriesCache.free(pCur);
    51885185    }
     5186
     5187    RTCritSectEnter(&mCritSect);
     5188
     5189    mbResetting = false;
     5190
     5191    RTCritSectLeave(&mCritSect);
    51895192}
    51905193
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