Age | Commit message (Expand) | Author |
2022-11-10 | display: include dependencies explicitly | Michael S. Tsirkin |
2022-11-08 | hw/display: fix tab indentation | Amarjargal Gundjalam |
2022-10-12 | cirrus_vga: fix potential memory overflow | lu zhipeng |
2022-03-18 | hw/display: Allow vga_common_init() to return errors | Thomas Huth |
2022-03-18 | hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize() | Thomas Huth |
2020-11-13 | hw/display/cirrus_vga: Fix hexadecimal format string specifier | Philippe Mathieu-Daudé |
2020-11-13 | hw/display/cirrus_vga: Remove debugging code commented out | Philippe Mathieu-Daudé |
2020-09-18 | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost |
2020-09-09 | Use DECLARE_*CHECKER* macros | Eduardo Habkost |
2020-09-09 | Move QOM typedefs and add missing includes | Eduardo Habkost |
2020-09-04 | cirrus: handle wraparound in cirrus_invalidate_region | Gerd Hoffmann |
2020-09-01 | hw: Remove superfluous breaks | Liao Pingfang |
2020-06-05 | hw/display/cirrus_vga: Fix code mis-indentation | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Convert debug printf() to trace event | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf | Philippe Mathieu-Daudé |
2020-05-28 | hw/display/cirrus_vga: Convert debug printf() to trace event | Philippe Mathieu-Daudé |
2020-05-04 | Compress lines for immediate return | Simran Singhal |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
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-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-07 | hw/display/cirrus_vga: Remove unused include | Philippe Mathieu-Daudé |
2019-05-07 | hw/display/cirrus_vga: Update the documentation URL | Philippe Mathieu-Daudé |
2018-11-27 | cirrus_vga/migration: update the bank offset before use | Wang Xin |
2018-10-15 | hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file | Thomas Huth |
2018-08-23 | fix "Missing break in switch" coverity reports | Paolo Bonzini |
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-10-17 | cirrus: fix oob access in mode4and5 write functions | Gerd Hoffmann |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
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 |