VirtualBox

Changeset 77194 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 7, 2019 10:23:12 AM (6 years ago)
Author:
vboxsync
Message:

Devices/DevVGA-SVGA: make FIFO polling thread sleep when idle.
bugref:9376: Complete hardware cursor implementation in VMSVGA.
Fix an unused parameter warning from the previous commit when built in release
mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r77193 r77194  
    23762376    int         rc;
    23772377    Assert(pThis);
    2378     Assert(GCPhys >= pThis->svga.GCPhysFIFO);
    23792378    NOREF(pVCpu); NOREF(pvPhys); NOREF(pvBuf); NOREF(cbBuf); NOREF(enmOrigin);
    23802379
    23812380    SUPSemEventSignal(pThis->svga.pSupDrvSession, pThis->svga.FIFORequestSem);
    23822381# ifdef DEBUG_FIFO_ACCESS
     2382    Assert(GCPhys >= pThis->svga.GCPhysFIFO);
    23832383    rc = vmsvgaDebugFIFOAccess(pVM, pThis, GCPhys, enmAccessType == PGMACCESSTYPE_WRITE);
    23842384# else
    23852385    NOREF(enmAccessType);
     2386    NOREF(GCPhys);
    23862387// #  ifdef DEBUG
    23872388    /* Invariant: the access handler should never trigger twice within a certain
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