summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* 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
* macfb: fix up 1-bit pixel encodingMark Cave-Ayland2021-10-081-1/+3
* macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland2021-10-082-16/+134
* macfb: add qdev property to specify display typeMark Cave-Ayland2021-10-081-1/+6
* macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland2021-10-082-2/+117
* macfb: add trace events for reading and writing the control registersMark Cave-Ayland2021-10-082-1/+11
* macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland2021-10-081-3/+2Star
* macfb: fix overflow of color_palette arrayMark Cave-Ayland2021-10-081-1/+3
* macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland2021-10-081-1/+1
* macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland2021-10-081-8/+8
* macfb: handle errors that occur during realizeMark Cave-Ayland2021-10-081-0/+11
* macfb: don't register declaration ROMMark Cave-Ayland2021-09-291-6/+0Star
* virtio-gpu: Add gl_flushed callbackVivek Kasireddy2021-09-151-2/+30
* ui: Create sync objects and fences only for blobsVivek Kasireddy2021-09-151-0/+1
* qxl: fix pre-save logicGerd Hoffmann2021-09-151-1/+1
* hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller2021-08-311-4/+4
* hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_readQiang Liu2021-08-311-1/+5
* vga: don't abort when adding a duplicate isa-vga deviceJose R. Ziviani2021-08-311-0/+10
* hw/display: Restrict virtio-gpu-udmabuf stubs to !LinuxPhilippe Mathieu-Daudé2021-08-312-1/+29
* virtio-gpu: no point of checking res->iovDongwon Kim2021-08-311-1/+1
* hw/display: fix virgl reset regressionMarc-André Lureau2021-07-222-13/+17
* hw/display: fail early when multiple virgl devices are requestedMarc-André Lureau2021-07-221-0/+5
* Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann2021-07-222-32/+0Star
* qxl: remove assert in qxl_pre_save.Gerd Hoffmann2021-07-221-1/+3
* hw/display/virtio-gpu: Fix memory leak (CID 1453811)Philippe Mathieu-Daudé2021-07-221-16/+10Star
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2021-07-1111-0/+22
|\
| * modules: add virtio-gpu module annotationsGerd Hoffmann2021-07-0910-0/+18
| * modules: add qxl module annotationsGerd Hoffmann2021-07-091-0/+4
* | Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell2021-07-113-9/+11
|\ \ | |/ |/|
| * hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé2021-07-083-3/+3
| * hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé2021-07-081-4/+5
| * hw/display/sm501: Simplify sm501_i2c_write() logicPhilippe Mathieu-Daudé2021-07-081-2/+3
* | configure, meson: convert virgl detection to mesonPaolo Bonzini2021-07-061-3/+3
* | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell2021-07-041-12/+20
|\ \
| * | g364fb: add VMStateDescription for G364SysBusStateMark Cave-Ayland2021-07-021-1/+11
| * | g364fb: use RAM memory region for framebufferMark Cave-Ayland2021-07-021-11/+9Star
| |/
* / vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-2/+4
|/
* virtio-gpu: move scanout_id sanity checkGerd Hoffmann2021-06-151-6/+14
* vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing2021-06-151-1/+2
* hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth2021-06-051-0/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-021-1/+1
* virtio-gpu: Update cursor data using blobVivek Kasireddy2021-05-271-5/+14
* virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy2021-05-272-7/+96
* virtio-gpu: Factor out update scanoutVivek Kasireddy2021-05-271-12/+23
* virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy2021-05-271-0/+65