summaryrefslogtreecommitdiffstats
path: root/hw/display
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio-gpu: Add virtio_gpu_resource_create_blobVivek Kasireddy2021-05-272-3/+71
* virtio-gpu: Add initial definitions for blob resourcesVivek Kasireddy2021-05-272-0/+17
* virtio-gpu: Refactor virtio_gpu_create_mapping_iovVivek Kasireddy2021-05-272-11/+11
* virtio-gpu: Refactor virtio_gpu_set_scanoutVivek Kasireddy2021-05-271-64/+87
* virtio-gpu: Add virtio_gpu_find_check_resourceVivek Kasireddy2021-05-271-19/+47
* virtio-gpu: Add udmabuf helpersVivek Kasireddy2021-05-272-0/+159
* hw/display/qxl: Set pci rom address aligned with page sizemaobibo2021-05-271-1/+1
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-126-1001/+0Star
* virtio-gpu: add virtio-vga-glGerd Hoffmann2021-05-102-0/+52
* modules: add have_vgaGerd Hoffmann2021-05-101-0/+2
* virtio-gpu: add virtio-gpu-gl-pciGerd Hoffmann2021-05-102-0/+60
* virtio-gpu: move fields to struct VirtIOGPUGLGerd Hoffmann2021-05-101-6/+9
* virtio-gpu: drop use_virgl_rendererGerd Hoffmann2021-05-102-36/+14Star
* virtio-gpu: move virtio-gpu-gl-device to separate moduleGerd Hoffmann2021-05-101-3/+6
* virtio-gpu: drop VIRGL() macroGerd Hoffmann2021-05-101-17/+0Star
* virtio-gpu: move update_cursor_dataGerd Hoffmann2021-05-102-32/+36
* virtio-gpu: move virgl process_cmdGerd Hoffmann2021-05-102-4/+16
* virtio-gpu: move virgl gl_flushedGerd Hoffmann2021-05-102-15/+13Star
* virtio-gpu: move virgl handle_ctrlGerd Hoffmann2021-05-102-13/+33
* virtio-gpu: use class function for ctrl queue handlersGerd Hoffmann2021-05-101-3/+9
* virtio-gpu: move virgl resetGerd Hoffmann2021-05-102-18/+18
* virtio-gpu: move virgl realize + propertiesGerd Hoffmann2021-05-102-22/+34
* virtio-gpu: add virtio-gpu-gl-deviceGerd Hoffmann2021-05-102-1/+42
* virtio-gpu: rename virgl source file.Gerd Hoffmann2021-05-102-1/+1
* virtio-gpu: handle partial maps properlyGerd Hoffmann2021-05-102-33/+50