summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* cirrus_vga: fix potential memory overflowlu zhipeng2022-10-121-1/+1
* vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu2022-09-291-1/+2
* virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim2022-09-271-3/+4
* hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé2022-09-271-3/+3
* xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_commandQiang Liu2022-08-081-2/+2
* vga: fix incorrect line height in 640x200x2 modePaolo Bonzini2022-07-281-1/+2
* hw/display/bcm2835_fb: Fix framebuffer allocation addressAlan Jian2022-07-261-2/+1Star
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-302-0/+4
* artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland2022-06-261-1/+1
* virtio-gpu: Respect UI refresh rate for EDIDAkihiko Odaki2022-06-142-0/+2
* ui: Deliver refresh rate via QemuUIInfoAkihiko Odaki2022-06-141-3/+11
* ui/console: Do not return a value with ui_infoAkihiko Odaki2022-06-142-6/+5Star
* virtio-gpu: update done only on the scanout associated with rectDongwon Kim2022-06-141-0/+3
* xlnx_dp: Fix the interrupt disable logicSai Pavan Boddu2022-06-081-1/+1
* xlnx_dp: Introduce a vblank signalSai Pavan Boddu2022-06-081-4/+26
* xlnx_dp: fix the wrong register sizeFrederic Konrad2022-06-081-7/+10
* modules: introduces module_kconfig directiveJose R. Ziviani2022-06-0611-0/+11
* Merge tag 'artist-cursor-fix-final-pull-request' of https://github.com/hdelle...Richard Henderson2022-05-181-43/+125
|\
| * artist: Fix X cursor position calculation in X11Helge Deller2022-05-161-16/+22
| * artist: Emulate screen blankingHelge Deller2022-05-161-0/+30
| * artist: Allow to turn cursor on or offHelge Deller2022-05-161-0/+14
| * artist: Fix vertical X11 cursor position in HP-UXHelge Deller2022-05-161-5/+9
| * artist: Use human-readable variable names instead of reg_xxxHelge Deller2022-05-161-23/+49
| * artist: Introduce constant for max cursor sizeHelge Deller2022-05-161-4/+6
* | virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+7
* | virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-1/+1
|/
* artist: only render dirty scanlines on the display surfaceMark Cave-Ayland2022-05-081-1/+3
* artist: remove unused ROP8OFF() macroMark Cave-Ayland2022-05-081-6/+0Star
* artist: checkpatch and newline style fixesMark Cave-Ayland2022-05-081-12/+11Star
* 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
|\