summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* hw/display/vmware_vga: do not discard screen updatesCarwyn Ellis2022-04-222-18/+24
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2022-04-209-20/+16Star
|\
| * Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-064-4/+0Star
| * Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
| * Replace TARGET_WORDS_BIGENDIANMarc-André Lureau2022-04-061-1/+1
| * Replace config-time define HOST_WORDS_BIGENDIANMarc-André Lureau2022-04-065-14/+14
* | ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)Mauro Matteo Cascella2022-04-072-0/+9
* | display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)Mauro Matteo Cascella2022-04-071-1/+1
|/
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-214-6/+6
* hw/display/vga: Report a proper error when adding a 2nd ISA VGAThomas Huth2022-03-181-0/+6
* hw/display: Allow vga_common_init() to return errorsThomas Huth2022-03-1811-13/+42
* hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()Thomas Huth2022-03-181-28/+29
* macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland2022-03-091-0/+8
* macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland2022-03-091-0/+2
* macfb: increase number of registers saved in MacfbStateMark Cave-Ayland2022-03-091-0/+8
* macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland2022-03-091-8/+7Star
* macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland2022-03-091-2/+22
* hw/display/vmware_vga: replace fprintf calls with trace eventsCarwyn Ellis2022-03-042-12/+21
* edid: Fix clock of Detailed Timing DescriptorAkihiko Odaki2022-03-041-34/+32Star
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...Peter Maydell2022-02-221-0/+1
|\
| * exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé2022-02-211-0/+1
* | Mark remaining global TypeInfo instances as constBernhard Beschow2022-02-214-5/+5
|/
* Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...Peter Maydell2022-02-022-268/+203Star
|\
| * hw/display/artist: Fix draw_line() artefactsSven Schnelle2022-02-021-2/+3
| * hw/display/artist: Mouse cursor fixes for HP-UXHelge Deller2022-02-021-8/+34
| * hw/display/artist: rewrite vram access mode handlingSven Schnelle2022-02-022-258/+166Star
* | Remove unnecessary minimum_version_id_old fieldsPeter Maydell2022-01-281-1/+0Star
* | spice: Update QXLInterface for spice >= 0.15.0John Snow2022-01-181-1/+13
* | edid: Added support for 4k@60 Hz monitorSatyeshwar Singh2022-01-131-0/+3
* | edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé2022-01-131-2/+2
* | hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé2022-01-131-19/+0Star
* | hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé2022-01-131-34/+86
* | hw/display/vga-mmio: Inline vga_mm_init()Philippe Mathieu-Daudé2022-01-131-16/+9Star
* | hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé2022-01-133-12/+11Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2022-01-111-6/+0Star
|\
| * Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-6/+0Star
* | macfb: fix VRAM dirty memory region loggingMark Cave-Ayland2022-01-091-1/+1
|/
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+6
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-4/+6
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-1/+6
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-213-13/+5Star
* virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOPMarc-André Lureau2021-12-211-1/+1
* hw/display: report an error if virgl initialization failedMarc-André Lureau2021-12-211-0/+1
* Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée2021-12-061-10/+0Star
* macfb: fix a memory leak (CID 1465231)Laurent Vivier2021-11-091-7/+4Star
* virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim2021-11-053-11/+18
* ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim2021-11-021-1/+1
* macfb: add vertical blank interruptMark Cave-Ayland2021-10-081-0/+83
* macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland2021-10-081-4/+4