Changeset 56041 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- May 22, 2015 6:09:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r56036 r56041 2054 2054 { 2055 2055 PPDMDEVINS pDevIns = pVGAState->pDevInsR3; 2056 2056 2057 PDMCritSectEnter(&pVGAState->CritSect, VERR_SEM_BUSY); 2057 2058 2058 HGSMISetHostGuestFlags(pVGAState->pHGSMI, HGSMIHOSTFLAGS_IRQ | fFlags); 2059 PDMCritSectLeave(&pVGAState->CritSect); 2060 2059 2061 PDMDevHlpPCISetIrq(pDevIns, 0, PDM_IRQ_LEVEL_HIGH); 2060 2061 PDMCritSectLeave(&pVGAState->CritSect);2062 2062 } 2063 2063
Note:
See TracChangeset
for help on using the changeset viewer.