Age | Commit message (Expand) | Author |
2017-03-16 | cirrus: stop passing around src pointers in the blitter | Gerd Hoffmann |
2017-03-16 | cirrus: stop passing around dst pointers in the blitter | Gerd Hoffmann |
2017-03-16 | cirrus: fix cirrus_invalidate_region | Gerd Hoffmann |
2017-03-16 | cirrus: add option to disable blitter | Gerd Hoffmann |
2017-03-16 | cirrus: switch to 4 MB video memory by default | Gerd Hoffmann |
2017-03-16 | cirrus/vnc: zap bitblit support from console code. | Gerd Hoffmann |
2017-02-24 | cirrus: add blit_is_unsafe call to cirrus_bitblt_cputovideo (CVE-2017-2620) | Gerd Hoffmann |
2017-02-10 | Revert "cirrus: allow zero source pitch in pattern fill rops" | Gerd Hoffmann |
2017-02-10 | cirrus: fix patterncopy checks | Gerd Hoffmann |
2017-02-10 | cirrus: replace debug printf with trace points | Gerd Hoffmann |
2017-02-02 | cirrus: fix oob access issue (CVE-2017-2615) | Li Qiang |
2017-02-01 | cirrus: fix blit address mask handling | Gerd Hoffmann |
2017-02-01 | cirrus: allow zero source pitch in pattern fill rops | Wolfgang Bumiller |
2017-02-01 | cirrus: handle negative pitch in cirrus_invalidate_region() | Wolfgang Bumiller |
2017-01-11 | display: cirrus: ignore source pitch value as needed in blit_is_unsafe | Bruce Rogers |
2016-12-05 | display: cirrus: check vga bits per pixel(bpp) value | Prasad J Pandit |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-01 | cirrus_vga: fix off-by-one in blit_region_is_unsafe | Paolo Bonzini |
2016-01-29 | hw/display: Clean up includes | Peter Maydell |
2015-05-19 | cirrus_vga: QOMify | Gonglei |
2015-02-26 | cirrus-vga: Convert to realize | Markus Armbruster |
2015-02-13 | isa: remove isa_mem_base variable | Hervé Poussineau |
2014-12-16 | move hw cursor pos from cirrus to vga | Gerd Hoffmann |
2014-12-16 | cirrus: Force use of shadow pixmap when HW cursor is enabled | Benjamin Herrenschmidt |
2014-12-01 | cirrus: don't overflow CirrusVGAState->cirrus_bltbuf | Gerd Hoffmann |
2014-12-01 | cirrus: fix blit region check | Gerd Hoffmann |
2014-09-30 | cirrus: Remove non-32bpp cursor drawing | Benjamin Herrenschmidt |
2014-09-30 | vga: Remove rgb_to_pixel indirection | Benjamin Herrenschmidt |
2014-07-11 | cirrus: Fix build of debug code | Benjamin Herrenschmidt |
2014-07-11 | cirrus_vga: adding sanity check for vram size | Gonglei |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-04-28 | vga: allow non-global vmstate | Gerd Hoffmann |
2014-03-05 | console: add head to index to qemu consoles. | Gerd Hoffmann |
2014-02-10 | qdev:pci: refactor PCIDevice to use generic "hotpluggable" property | Igor Mammedov |
2013-10-17 | cirrus: Mark vga io region as coalesced MMIO flushing | Jan Kiszka |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-07-04 | hw/d*: pass owner to memory_region_init* functions | Paolo Bonzini |
2013-07-04 | vga: pass owner to cirrus_init_common | Paolo Bonzini |
2013-07-04 | vga: pass owner to vga_common_init | Paolo Bonzini |
2013-07-04 | memory: add owner argument to initialization functions | Paolo Bonzini |
2013-06-07 | isa: Use realizefn for ISADevice | Andreas Färber |
2013-06-01 | Remove unnecessary break statements | Stefan Weil |
2013-04-29 | cirrus_vga: QOM'ify ISA Cirrus VGA | Andreas Färber |
2013-04-25 | console: add device link to QemuConsoles | Gerd Hoffmann |
2013-04-16 | console: add GraphicHwOps | Gerd Hoffmann |
2013-04-16 | console: simplify screendump | Gerd Hoffmann |
2013-04-16 | console: rename vga_hw_*, add QemuConsole param | Gerd Hoffmann |
2013-04-08 | hw: move private headers to hw/ subdirectories. | Paolo Bonzini |
2013-04-08 | hw: move target-independent files to subdirectories | Paolo Bonzini |