Age | Commit message (Expand) | Author |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-07-03 | virtio-gpu: check if the resource already exists in virtio_gpu_load() | Li Qiang |
2019-07-03 | virtio-gpu: fix unmap in error path | Gerd Hoffmann |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-29 | virtio-gpu: split virtio-gpu, introduce virtio-gpu-base | Marc-André Lureau |
2019-05-29 | virtio-gpu: add a pixman helper header | Marc-André Lureau |
2019-05-29 | virtio-gpu: add bswap helpers header | Marc-André Lureau |
2019-05-28 | virtio-gpu: add sanity check | Gerd Hoffmann |
2019-03-18 | virtio-gpu: clear command and fence queues on reset | Gerd Hoffmann |
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-11-27 | vmstate: constify VMStateField | Marc-André Lureau |
2018-09-03 | virtio-gpu: add iommu support | Gerd Hoffmann |
2018-09-03 | virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions | Gerd Hoffmann |
2018-08-30 | use dpy_gfx_update_full | 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-07-03 | Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ... | Peter Maydell |
2018-07-03 | virtio-gpu: disable scanout when backing resource is destroyed | Gerd Hoffmann |
2018-07-03 | virtio-gpu: update old resource too. | Gerd Hoffmann |
2018-07-03 | virtio-gpu: tweak scanout disable. | Gerd Hoffmann |
2018-07-02 | hw/display: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé |
2018-02-26 | virtio-gpu-3d: add support for second capability set (v4) | Dave Airlie |
2018-02-02 | virtio-gpu: disallow vIOMMU | Peter Xu |
2017-11-10 | virtio-gpu: fix bug in host memory calculation. | Tao Wu |
2017-09-27 | migration: Route more error paths | Dr. David Alan Gilbert |
2017-09-26 | hw/display/virtio-gpu: Put the virtio-gpu-device into the display category | Thomas Huth |
2017-09-19 | virtio-gpu: Handle endian conversion | Farhan Ali |
2017-09-13 | virtio-gpu: don't clear QemuUIInfo information on reset | Gerd Hoffmann |
2017-08-31 | virtio-gpu: use DIV_ROUND_UP | Marc-André Lureau |
2017-07-17 | virtio-gpu: skip update cursor in post_load if we don't have one | Gerd Hoffmann |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela |
2017-05-12 | virtio-gpu: move virtio_gpu_gl_block | Gerd Hoffmann |
2017-04-24 | virtio-gpu: add xres and yres properties | Gerd Hoffmann |
2017-04-24 | virtio-gpu: replace PIXMAN_* by PIXMAN_BE_* | Laurent Vivier |
2017-02-10 | virtio-gpu: fix memory leak in set scanout | Li Qiang |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan |
2017-01-11 | virtio-gpu: tag as not hotpluggable | Gerd Hoffmann |
2017-01-11 | virtio-gpu: Fix memory leak in virtio_gpu_load() | Peter Maydell |