aboutsummaryrefslogtreecommitdiff
path: root/hw/display/virtio-gpu.c
AgeCommit message (Expand)Author
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster
2020-09-29virtio-gpu: set physical dimensions for EDIDMarc-André Lureau
2020-09-04virtio-gpu: fix unmap the already mapped itemsLi Zhijian
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include migration/qemu-file-types.h a lot lessMarkus Armbruster
2019-07-03virtio-gpu: check if the resource already exists in virtio_gpu_load()Li Qiang
2019-07-03virtio-gpu: fix unmap in error pathGerd Hoffmann
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-05-29virtio-gpu: split virtio-gpu, introduce virtio-gpu-baseMarc-André Lureau
2019-05-29virtio-gpu: add a pixman helper headerMarc-André Lureau
2019-05-29virtio-gpu: add bswap helpers headerMarc-André Lureau
2019-05-28virtio-gpu: add sanity checkGerd Hoffmann
2019-03-18virtio-gpu: clear command and fence queues on resetGerd Hoffmann
2019-03-18virtio-gpu: delay virglrenderer reset when blocked.Gerd Hoffmann
2019-03-11virtio-gpu: make virtio_gpu_reset staticGerd Hoffmann
2019-02-22display/virtio: add edid support.Gerd Hoffmann
2019-02-22virtio-gpu: remove useless 'waiting' fieldMarc-André Lureau
2019-02-22virtio-gpu: block both 2d and 3d renderingMarc-André Lureau
2019-02-22virtio-gpu: remove unused config_sizeMarc-André Lureau
2019-02-22virtio-gpu: remove unused qdevMarc-André Lureau
2018-11-27vmstate: constify VMStateFieldMarc-André Lureau
2018-09-03virtio-gpu: add iommu supportGerd Hoffmann
2018-09-03virtio-gpu: pass down VirtIOGPU pointer to a bunch of functionsGerd Hoffmann
2018-08-30use dpy_gfx_update_fullGerd Hoffmann
2018-08-30Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"Gerd Hoffmann
2018-08-30virtio-vga: fix resetGerd Hoffmann
2018-08-07virtio-gpu: fix crashes upon warm reboot with vga modeMarc-André Lureau
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell
2018-07-03virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann
2018-07-03virtio-gpu: update old resource too.Gerd Hoffmann
2018-07-03virtio-gpu: tweak scanout disable.Gerd Hoffmann
2018-07-02hw/display: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé
2018-02-26virtio-gpu-3d: add support for second capability set (v4)Dave Airlie
2018-02-02virtio-gpu: disallow vIOMMUPeter Xu
2017-11-10virtio-gpu: fix bug in host memory calculation.Tao Wu
2017-09-27migration: Route more error pathsDr. David Alan Gilbert
2017-09-26hw/display/virtio-gpu: Put the virtio-gpu-device into the display categoryThomas Huth
2017-09-19virtio-gpu: Handle endian conversionFarhan Ali
2017-09-13virtio-gpu: don't clear QemuUIInfo information on resetGerd Hoffmann
2017-08-31virtio-gpu: use DIV_ROUND_UPMarc-André Lureau
2017-07-17virtio-gpu: skip update cursor in post_load if we don't have oneGerd Hoffmann
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-12virtio-gpu: move virtio_gpu_gl_blockGerd Hoffmann
2017-04-24virtio-gpu: add xres and yres propertiesGerd Hoffmann
2017-04-24virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*Laurent Vivier
2017-02-10virtio-gpu: fix memory leak in set scanoutLi Qiang
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya