aboutsummaryrefslogtreecommitdiff
path: root/hw/display/virtio-gpu.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster1-0/+1
2019-07-03virtio-gpu: check if the resource already exists in virtio_gpu_load()Li Qiang1-0/+5
2019-07-03virtio-gpu: fix unmap in error pathGerd Hoffmann1-2/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+1
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau1-275/+101
2019-05-29virtio-gpu: add a pixman helper headerMarc-André Lureau1-26/+3
2019-05-29virtio-gpu: add bswap helpers headerMarc-André Lureau1-42/+1
2019-05-28virtio-gpu: add sanity checkGerd Hoffmann1-0/+2
2019-03-18virtio-gpu: clear command and fence queues on resetGerd Hoffmann1-0/+14
2019-03-18virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann1-1/+11
2019-03-11virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann1-1/+1
2019-02-22display/virtio: add edid support.Gerd Hoffmann1-0/+43
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau1-3/+1
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau1-5/+22
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau1-2/+1
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau1-1/+0
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau1-2/+2
2018-09-03virtio-gpu: add iommu supportGerd Hoffmann1-11/+14
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann1-10/+15
2018-08-30use dpy_gfx_update_fullGerd Hoffmann1-1/+1
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann1-5/+0
2018-08-30virtio-vga: fix resetGerd Hoffmann1-1/+1
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau1-0/+5
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell1-19/+45
2018-07-03virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann1-0/+10
2018-07-03virtio-gpu: update old resource too.Gerd Hoffmann1-1/+6
2018-07-03virtio-gpu: tweak scanout disable.Gerd Hoffmann1-18/+29
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie1-1/+6
2018-02-02virtio-gpu: disallow vIOMMUPeter Xu1-0/+5
2017-11-10virtio-gpu: fix bug in host memory calculation.Tao Wu1-2/+14
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-3/+1
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth1-0/+1
2017-09-19virtio-gpu: Handle endian conversionFarhan Ali1-8/+62
2017-09-13virtio-gpu: don't clear QemuUIInfo information on resetGerd Hoffmann1-12/+0
2017-08-31virtio-gpu: use DIV_ROUND_UPMarc-André Lureau1-2/+2
2017-07-17virtio-gpu: skip update cursor in post_load if we don't have oneGerd Hoffmann1-1/+3
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann1-16/+2
2017-04-24virtio-gpu: add xres and yres propertiesGerd Hoffmann1-2/+4
2017-04-24virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*Laurent Vivier1-27/+8
2017-02-10virtio-gpu: fix memory leak in set scanoutLi Qiang1-0/+1
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-13/+19
2017-01-24migration: extend VMStateInfoJianjun Duan1-2/+6
2017-01-11virtio-gpu: tag as not hotpluggableGerd Hoffmann1-0/+1
2017-01-11virtio-gpu: Fix memory leak in virtio_gpu_load()Peter Maydell1-0/+12