aboutsummaryrefslogtreecommitdiff
path: root/hw/display
AgeCommit message (Expand)Author
2021-10-08macfb: add vertical blank interruptMark Cave-Ayland
2021-10-08macfb: fix 24-bit RGB pixel encodingMark Cave-Ayland
2021-10-08macfb: fix up 1-bit pixel encodingMark Cave-Ayland
2021-10-08macfb: add common monitor modes supported by the MacOS toolbox ROMMark Cave-Ayland
2021-10-08macfb: add qdev property to specify display typeMark Cave-Ayland
2021-10-08macfb: implement mode sense to allow display type to be detectedMark Cave-Ayland
2021-10-08macfb: add trace events for reading and writing the control registersMark Cave-Ayland
2021-10-08macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...Mark Cave-Ayland
2021-10-08macfb: fix overflow of color_palette arrayMark Cave-Ayland
2021-10-08macfb: fix invalid object reference in macfb_common_realize()Mark Cave-Ayland
2021-10-08macfb: update macfb.c to use the Error API best practicesMark Cave-Ayland
2021-10-08macfb: handle errors that occur during realizeMark Cave-Ayland
2021-09-29macfb: don't register declaration ROMMark Cave-Ayland
2021-09-15virtio-gpu: Add gl_flushed callbackVivek Kasireddy
2021-09-15ui: Create sync objects and fences only for blobsVivek Kasireddy
2021-09-15qxl: fix pre-save logicGerd Hoffmann
2021-08-31hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...Helge Deller
2021-08-31hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_readQiang Liu
2021-08-31vga: don't abort when adding a duplicate isa-vga deviceJose R. Ziviani
2021-08-31hw/display: Restrict virtio-gpu-udmabuf stubs to !LinuxPhilippe Mathieu-Daudé
2021-08-31virtio-gpu: no point of checking res->iovDongwon Kim
2021-07-22hw/display: fix virgl reset regressionMarc-André Lureau
2021-07-22hw/display: fail early when multiple virgl devices are requestedMarc-André Lureau
2021-07-22Revert "qxl: add migration blocker to avoid pre-save assert"Gerd Hoffmann
2021-07-22qxl: remove assert in qxl_pre_save.Gerd Hoffmann
2021-07-22hw/display/virtio-gpu: Fix memory leak (CID 1453811)Philippe Mathieu-Daudé
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell
2021-07-09modules: add virtio-gpu module annotationsGerd Hoffmann
2021-07-09modules: add qxl module annotationsGerd Hoffmann
2021-07-08hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()Philippe Mathieu-Daudé
2021-07-08hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé
2021-07-08hw/display/sm501: Simplify sm501_i2c_write() logicPhilippe Mathieu-Daudé
2021-07-06configure, meson: convert virgl detection to mesonPaolo Bonzini
2021-07-04Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into stagingPeter Maydell
2021-07-02g364fb: add VMStateDescription for G364SysBusStateMark Cave-Ayland
2021-07-02g364fb: use RAM memory region for framebufferMark Cave-Ayland
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
2021-06-15virtio-gpu: move scanout_id sanity checkGerd Hoffmann
2021-06-15vga: Allow writing VBE_DISPI_ID5 to ID registerDennis Wölfing
2021-06-05hw/display/macfb: Classify the "nubus-macfb" as display deviceThomas Huth
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-05-27virtio-gpu: Update cursor data using blobVivek Kasireddy
2021-05-27virtio-gpu: Add virtio_gpu_set_scanout_blobVivek Kasireddy
2021-05-27virtio-gpu: Factor out update scanoutVivek Kasireddy
2021-05-27virtio-gpu: Add helpers to create and destroy dmabuf objectsVivek Kasireddy
2021-05-27virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy
2021-05-27virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy
2021-05-27virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy
2021-05-27virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy