Age | Commit message (Expand) | Author |
2022-11-10 | display: include dependencies explicitly | Michael S. Tsirkin |
2022-04-22 | hw/display/vmware_vga: do not discard screen updates | Carwyn Ellis |
2022-04-07 | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206) | Mauro Matteo Cascella |
2022-03-18 | hw/display: Allow vga_common_init() to return errors | Thomas Huth |
2022-03-04 | hw/display/vmware_vga: replace fprintf calls with trace events | Carwyn Ellis |
2021-01-27 | hw/display/vmware_vga: Remove dependency on VNC header | Peter Maydell |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-05-28 | hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR) | Philippe Mathieu-Daudé |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-12-18 | hw/display: Remove "rombar" hack from vga-pci and vmware_vga | Thomas Huth |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2018-08-30 | use dpy_gfx_update_full | Gerd Hoffmann |
2018-07-03 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ... | Peter Maydell |
2018-07-03 | vga: disable global_vmstate for 3.0+ machine types | Gerd Hoffmann |
2018-07-02 | hw/display: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2017-12-18 | hw/display/vga: "vga_int.h" requires "ui/console.h" | Philippe Mathieu-Daudé |
2017-11-10 | vmsvga: use ARRAY_SIZE macro | Philippe Mathieu-Daudé |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-07-14 | hw: Use new memory_region_init_{ram, rom, rom_device}() functions | Peter Maydell |
2017-07-14 | memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate() | Peter Maydell |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-04-24 | vmsvga: fix vmsvga_update_display | Gerd Hoffmann |
2016-09-13 | vmsvga: correct bitmap and pixmap size checks | Prasad J Pandit |
2016-06-06 | vmsvga: don't process more than 1024 fifo commands at once | Gerd Hoffmann |
2016-06-06 | vmsvga: shadow fifo registers | Gerd Hoffmann |
2016-06-06 | vmsvga: add more fifo checks | Gerd Hoffmann |
2016-06-06 | vmsvga: move fifo sanity checks to vmsvga_fifo_length | Gerd Hoffmann |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-01-29 | hw/display: Clean up includes | Peter Maydell |
2015-10-20 | vmsvga: more cursor checks | Gerd Hoffmann |
2015-09-18 | Fix bad error handling after memory_region_init_ram() | Markus Armbruster |
2015-06-05 | memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo... | Paolo Bonzini |
2015-02-26 | pci: Trivial device model conversions to realize | Markus Armbruster |
2014-10-29 | vmware-vga: use vmsvga_verify_rect in vmsvga_fill_rect | Gerd Hoffmann |
2014-10-29 | vmware-vga: use vmsvga_verify_rect in vmsvga_copy_rect | Gerd Hoffmann |
2014-10-28 | vmware-vga: use vmsvga_verify_rect in vmsvga_update_rect | Gerd Hoffmann |
2014-10-28 | vmware-vga: add vmsvga_verify_rect | Gerd Hoffmann |
2014-10-28 | vmware-vga: CVE-2014-3689: turn off hw accel | Gerd Hoffmann |
2014-09-12 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-09-09 | memory: add parameter errp to memory_region_init_ram | Hu Tao |
2014-09-05 | console: stop using PixelFormat | Gerd Hoffmann |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-06-10 | hw: vmware_vga: don't return cursorx when the driver asks for cursory register | Nicolas Owens |
2014-04-28 | vga: allow non-global vmstate | Gerd Hoffmann |
2014-03-18 | ui/vnc: fix vmware VGA incompatiblities | Peter Lieven |