summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio/virtio-gpu.h
Commit message (Expand)AuthorAgeFilesLines
* edid: flip the default to enabledGerd Hoffmann2019-06-131-1/+1
* hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau2019-05-291-6/+13
* virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau2019-05-291-17/+56
* virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann2019-03-181-0/+1
* virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann2019-03-111-1/+0Star
* display/virtio: add edid support.Gerd Hoffmann2019-02-221-0/+5
* virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau2019-02-221-1/+0Star
* virtio-gpu: block both 2d and 3d renderingMarc-André Lureau2019-02-221-1/+0Star
* virtio-gpu: remove unused config_sizeMarc-André Lureau2019-02-221-2/+0Star
* virtio-gpu: remove unused qdevMarc-André Lureau2019-02-221-1/+0Star
* virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann2018-09-031-2/+4
* Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann2018-08-301-1/+0Star
* virtio-vga: fix resetGerd Hoffmann2018-08-301-0/+1
* virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau2018-08-071-0/+1
* virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 definePeter Maydell2018-06-261-5/+0Star
* virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhereAlex Williamson2018-06-011-0/+6
* trivial: Do not include pci.h if it is not necessaryThomas Huth2018-05-201-1/+0Star
* virtio-gpu-3d: add support for second capability set (v4)Dave Airlie2018-02-261-1/+1
* virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann2017-05-121-0/+1
* virtio-gpu: add xres and yres propertiesGerd Hoffmann2017-04-241-0/+2
* virtio-gpu: track and limit host memory allocationsGerd Hoffmann2016-12-201-0/+3
* virtio-gpu: fix missing log.h include fileDaniel P. Berrange2016-08-161-0/+1
* virtio-gpu: Use migrate_add_blocker for virgl migration blockingDr. David Alan Gilbert2016-07-211-0/+2
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-2/+2
* virgl: count the calls to gl_blockMarc-André Lureau2016-07-061-1/+1
* virtio-gpu: add live migration supportGerd Hoffmann2016-06-061-1/+3
* virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTSMarc-André Lureau2016-05-231-4/+2Star
* virtio-gpu: block any rendering until client (ui) is doneGerd Hoffmann2016-02-031-0/+1
* virtio-gpu: add support to enable/disable command processingGerd Hoffmann2016-02-031-0/+2
* virtio-gpu: maintain command queueGerd Hoffmann2016-02-031-0/+1
* virtio-gpu: add 3d mode and virgl rendering support.Gerd Hoffmann2015-10-081-1/+21
* virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann2015-07-071-3/+0Star
* virtio-gpu/2d: add virtio gpu core codeGerd Hoffmann2015-06-101-0/+145