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