summaryrefslogtreecommitdiffstats
path: root/hw/display/cirrus_vga.c
Commit message (Expand)AuthorAgeFilesLines
* cirrus: stop passing around src pointers in the blitterGerd Hoffmann2017-03-161-12/+49
* cirrus: stop passing around dst pointers in the blitterGerd Hoffmann2017-03-161-11/+9Star
* cirrus: fix cirrus_invalidate_regionGerd Hoffmann2017-03-161-3/+3
* cirrus: add option to disable blitterGerd Hoffmann2017-03-161-0/+9
* cirrus: switch to 4 MB video memory by defaultGerd Hoffmann2017-03-161-2/+2
* cirrus/vnc: zap bitblit support from console code.Gerd Hoffmann2017-03-161-9/+3Star
* cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620)Gerd Hoffmann2017-02-241-0/+8
* Revert "cirrus: allow zero source pitch in pattern fill rops"Gerd Hoffmann2017-02-101-18/+8Star
* cirrus: fix patterncopy checksGerd Hoffmann2017-02-101-6/+30
* cirrus: replace debug printf with trace pointsGerd Hoffmann2017-02-101-6/+5Star
* cirrus: fix oob access issue (CVE-2017-2615)Li Qiang2017-02-021-4/+3Star
* cirrus: fix blit address mask handlingGerd Hoffmann2017-02-011-13/+12Star
* cirrus: allow zero source pitch in pattern fill ropsWolfgang Bumiller2017-02-011-8/+19
* cirrus: handle negative pitch in cirrus_invalidate_region()Wolfgang Bumiller2017-02-011-0/+5
* display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers2017-01-111-4/+7
* display: cirrus: check vga bits per pixel(bpp) valuePrasad J Pandit2016-12-051-4/+10
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* cirrus_vga: fix off-by-one in blit_region_is_unsafePaolo Bonzini2016-03-011-2/+2
* hw/display: Clean up includesPeter Maydell2016-01-291-0/+1
* cirrus_vga: QOMifyGonglei2015-05-191-2/+6
* cirrus-vga: Convert to realizeMarkus Armbruster2015-02-261-6/+5Star
* isa: remove isa_mem_base variableHervé Poussineau2015-02-131-1/+1
* move hw cursor pos from cirrus to vgaGerd Hoffmann2014-12-161-16/+15Star
* cirrus: Force use of shadow pixmap when HW cursor is enabledBenjamin Herrenschmidt2014-12-161-1/+8
* cirrus: don't overflow CirrusVGAState->cirrus_bltbufGerd Hoffmann2014-12-011-0/+4
* cirrus: fix blit region checkGerd Hoffmann2014-12-011-17/+44
* cirrus: Remove non-32bpp cursor drawingBenjamin Herrenschmidt2014-09-301-28/+36
* vga: Remove rgb_to_pixel indirectionBenjamin Herrenschmidt2014-09-301-6/+9
* cirrus: Fix build of debug codeBenjamin Herrenschmidt2014-07-111-4/+4
* cirrus_vga: adding sanity check for vram sizeGonglei2014-07-111-0/+16
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-4/+2Star
* vga: allow non-global vmstateGerd Hoffmann2014-04-281-2/+2
* console: add head to index to qemu consoles.Gerd Hoffmann2014-03-051-2/+2
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-1/+1
* cirrus: Mark vga io region as coalesced MMIO flushingJan Kiszka2013-10-171-2/+1Star
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+2
* hw/d*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* vga: pass owner to cirrus_init_commonPaolo Bonzini2013-07-041-10/+12
* vga: pass owner to vga_common_initPaolo Bonzini2013-07-041-2/+2
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-8/+8
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-6/+6
* Remove unnecessary break statementsStefan Weil2013-06-011-1/+0Star
* cirrus_vga: QOM'ify ISA Cirrus VGAAndreas Färber2013-04-291-5/+10
* console: add device link to QemuConsolesGerd Hoffmann2013-04-251-2/+2
* console: add GraphicHwOpsGerd Hoffmann2013-04-161-6/+2Star
* console: simplify screendumpGerd Hoffmann2013-04-161-2/+2
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-1/+1
* hw: move private headers to hw/ subdirectories.Paolo Bonzini2013-04-081-19/+19
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+3021