index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
hw
/
virtio
/
virtio-gpu.h
Age
Commit message (
Expand
)
Author
2019-06-13
edid: flip the default to enabled
Gerd Hoffmann
2019-05-29
hw/display: add vhost-user-vga & gpu-pci
Marc-André Lureau
2019-05-29
virtio-gpu: split virtio-gpu, introduce virtio-gpu-base
Marc-André Lureau
2019-03-18
virtio-gpu: delay virglrenderer reset when blocked.
Gerd Hoffmann
2019-03-11
virtio-gpu: make virtio_gpu_reset static
Gerd Hoffmann
2019-02-22
display/virtio: add edid support.
Gerd Hoffmann
2019-02-22
virtio-gpu: remove useless 'waiting' field
Marc-André Lureau
2019-02-22
virtio-gpu: block both 2d and 3d rendering
Marc-André Lureau
2019-02-22
virtio-gpu: remove unused config_size
Marc-André Lureau
2019-02-22
virtio-gpu: remove unused qdev
Marc-André Lureau
2018-09-03
virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions
Gerd Hoffmann
2018-08-30
Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"
Gerd Hoffmann
2018-08-30
virtio-vga: fix reset
Gerd Hoffmann
2018-08-07
virtio-gpu: fix crashes upon warm reboot with vga mode
Marc-André Lureau
2018-06-26
virtio-gpu-3d: Drop workaround for VIRTIO_GPU_CAPSET_VIRGL2 define
Peter Maydell
2018-06-01
virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere
Alex Williamson
2018-05-20
trivial: Do not include pci.h if it is not necessary
Thomas Huth
2018-02-26
virtio-gpu-3d: add support for second capability set (v4)
Dave Airlie
2017-05-12
virtio-gpu: move virtio_gpu_gl_block
Gerd Hoffmann
2017-04-24
virtio-gpu: add xres and yres properties
Gerd Hoffmann
2016-12-20
virtio-gpu: track and limit host memory allocations
Gerd Hoffmann
2016-08-16
virtio-gpu: fix missing log.h include file
Daniel P. Berrange
2016-07-21
virtio-gpu: Use migrate_add_blocker for virgl migration blocking
Dr. David Alan Gilbert
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-06
virgl: count the calls to gl_block
Marc-André Lureau
2016-06-06
virtio-gpu: add live migration support
Gerd Hoffmann
2016-05-23
virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS
Marc-André Lureau
2016-02-03
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2016-02-03
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2016-02-03
virtio-gpu: maintain command queue
Gerd Hoffmann
2015-10-08
virtio-gpu: add 3d mode and virgl rendering support.
Gerd Hoffmann
2015-07-07
virtio-gpu: use virtio_instance_init_common, fixup properties
Gerd Hoffmann
2015-06-10
virtio-gpu/2d: add virtio gpu core code
Gerd Hoffmann