summaryrefslogtreecommitdiffstats
path: root/hw/display/virtio-gpu.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki2021-03-041-8/+1Star
* ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-041-3/+3
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-041-2/+2
* virtio-gpu: avoid re-entering cmdq processingMarc-André Lureau2021-02-041-0/+5
* migration: Replace migration's JSON writer by the general oneMarkus Armbruster2020-12-191-1/+1
* virtio-gpu: set physical dimensions for EDIDMarc-André Lureau2020-09-291-0/+2
* virtio-gpu: fix unmap the already mapped itemsLi Zhijian2020-09-041-1/+4
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/qemu-file-types.h a lot lessMarkus Armbruster2019-08-161-0/+1
* virtio-gpu: check if the resource already exists in virtio_gpu_load()Li Qiang2019-07-031-0/+5
* virtio-gpu: fix unmap in error pathGerd Hoffmann2019-07-031-2/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau2019-05-291-275/+101Star
* virtio-gpu: add a pixman helper headerMarc-André Lureau2019-05-291-26/+3Star
* virtio-gpu: add bswap helpers headerMarc-André Lureau2019-05-291-42/+1Star
* virtio-gpu: add sanity checkGerd Hoffmann2019-05-281-0/+2
* virtio-gpu: clear command and fence queues on resetGerd Hoffmann2019-03-181-0/+14
* virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann2019-03-181-1/+11
* virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann2019-03-111-1/+1
* display/virtio: add edid support.Gerd Hoffmann2019-02-221-0/+43
* virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau2019-02-221-3/+1Star
* virtio-gpu: block both 2d and 3d renderingMarc-André Lureau2019-02-221-5/+22
* virtio-gpu: remove unused config_sizeMarc-André Lureau2019-02-221-2/+1Star
* virtio-gpu: remove unused qdevMarc-André Lureau2019-02-221-1/+0Star
* vmstate: constify VMStateFieldMarc-André Lureau2018-11-271-2/+2
* virtio-gpu: add iommu supportGerd Hoffmann2018-09-031-11/+14
* virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann2018-09-031-10/+15
* use dpy_gfx_update_fullGerd Hoffmann2018-08-301-1/+1
* Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann2018-08-301-5/+0Star
* virtio-vga: fix resetGerd Hoffmann2018-08-301-1/+1
* virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2018-08-071-0/+5
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell2018-07-031-19/+45
|\
| * virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann2018-07-031-0/+10
| * virtio-gpu: update old resource too.Gerd Hoffmann2018-07-031-1/+6
| * virtio-gpu: tweak scanout disable.Gerd Hoffmann2018-07-031-18/+29
* | hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-2/+2
|/
* virtio-gpu-3d: add support for second capability set (v4)Dave Airlie2018-02-261-1/+6
* virtio-gpu: disallow vIOMMUPeter Xu2018-02-021-0/+5
* virtio-gpu: fix bug in host memory calculation.Tao Wu2017-11-101-2/+14
* migration: Route more error pathsDr. David Alan Gilbert2017-09-271-3/+1Star
* hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth2017-09-261-0/+1
* virtio-gpu: Handle endian conversionFarhan Ali2017-09-191-8/+62
* virtio-gpu: don't clear QemuUIInfo information on resetGerd Hoffmann2017-09-131-12/+0Star
* virtio-gpu: use DIV_ROUND_UPMarc-André Lureau2017-08-311-2/+2
* virtio-gpu: skip update cursor in post_load if we don't have oneGerd Hoffmann2017-07-171-1/+3
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann2017-05-121-16/+2Star