VirtualBox

Changeset 56041 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
May 22, 2015 6:09:21 PM (10 years ago)
Author:
vboxsync
Message:

DevVGA_VBVA: release VGA lock before calling PDMDevHlpPCISetIrq

File:
1 edited

Legend:

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

    r56036 r56041  
    20542054{
    20552055    PPDMDEVINS pDevIns = pVGAState->pDevInsR3;
     2056
    20562057    PDMCritSectEnter(&pVGAState->CritSect, VERR_SEM_BUSY);
    2057 
    20582058    HGSMISetHostGuestFlags(pVGAState->pHGSMI, HGSMIHOSTFLAGS_IRQ | fFlags);
     2059    PDMCritSectLeave(&pVGAState->CritSect);
     2060
    20592061    PDMDevHlpPCISetIrq(pDevIns, 0, PDM_IRQ_LEVEL_HIGH);
    2060 
    2061     PDMCritSectLeave(&pVGAState->CritSect);
    20622062}
    20632063
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