aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)AuthorFilesLines
2021-12-06Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée1-10/+0
2021-11-09macfb: fix a memory leak (CID 1465231)Laurent Vivier1-7/+4
2021-11-05virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim3-11/+18
2021-11-02ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim1-1/+1
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland1-0/+83
2021-10-08macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland1-4/+4
2021-10-08macfb: fix up 1-bit pixel encodingMark Cave-Ayland1-1/+3
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2-16/+134
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland1-1/+6
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2-2/+117
2021-10-08macfb: add trace events for reading and writing the control registersMark Cave-Ayland2-1/+11
2021-10-08macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland1-3/+2
2021-10-08macfb: fix overflow of color_palette arrayMark Cave-Ayland1-1/+3
2021-10-08macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland1-1/+1
2021-10-08macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland1-8/+8
2021-10-08macfb: handle errors that occur during realizeMark Cave-Ayland1-0/+11
2021-09-29macfb: don't register declaration ROMMark Cave-Ayland1-6/+0
2021-09-15virtio-gpu: Add gl_flushed callbackVivek Kasireddy1-2/+30
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy1-0/+1
2021-09-15qxl: fix pre-save logicGerd Hoffmann1-1/+1
2021-08-31hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller1-4/+4
2021-08-31hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_readQiang Liu1-1/+5
2021-08-31vga: don't abort when adding a duplicate isa-vga deviceJose R. Ziviani1-0/+10
2021-08-31hw/display: Restrict virtio-gpu-udmabuf stubs to !LinuxPhilippe Mathieu-Daudé2-1/+29
2021-08-31virtio-gpu: no point of checking res->iovDongwon Kim1-1/+1
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau2-13/+17
2021-07-22hw/display: fail early when multiple virgl devices are requestedMarc-André Lureau1-0/+5
2021-07-22Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann2-32/+0
2021-07-22qxl: remove assert in qxl_pre_save.Gerd Hoffmann1-1/+3
2021-07-22hw/display/virtio-gpu: Fix memory leak (CID 1453811)Philippe Mathieu-Daudé1-16/+10
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell11-0/+22
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell3-9/+11
2021-07-09modules: add virtio-gpu module annotationsGerd Hoffmann10-0/+18
2021-07-09modules: add qxl module annotationsGerd Hoffmann1-0/+4
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé3-3/+3
2021-07-08hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé1-4/+5
2021-07-08hw/display/sm501: Simplify sm501_i2c_write() logicPhilippe Mathieu-Daudé1-2/+3
2021-07-06configure, meson: convert virgl detection to mesonPaolo Bonzini1-3/+3
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell1-12/+20
2021-07-02g364fb: add VMStateDescription for G364SysBusStateMark Cave-Ayland1-1/+11
2021-07-02g364fb: use RAM memory region for framebufferMark Cave-Ayland1-11/+9
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-2/+4
2021-06-15virtio-gpu: move scanout_id sanity checkGerd Hoffmann1-6/+14
2021-06-15vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing1-1/+2
2021-06-05hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth1-0/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-05-27virtio-gpu: Update cursor data using blobVivek Kasireddy1-5/+14
2021-05-27virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy2-7/+96
2021-05-27virtio-gpu: Factor out update scanoutVivek Kasireddy1-12/+23
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy1-0/+65