Age | Commit message (Expand) | Author | Files | Lines |
2017-02-10 | virtio-gpu: fix memory leak in set scanout | Li Qiang | 1 | -0/+1 |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 1 | -13/+19 |
2017-01-24 | migration: extend VMStateInfo | Jianjun Duan | 1 | -2/+6 |
2017-01-11 | virtio-gpu: tag as not hotpluggable | Gerd Hoffmann | 1 | -0/+1 |
2017-01-11 | virtio-gpu: Fix memory leak in virtio_gpu_load() | Peter Maydell | 1 | -0/+12 |
2017-01-11 | virtio-gpu: Recalculate VirtIOGPU::hostmem on VM load | Peter Maydell | 1 | -0/+5 |
2017-01-03 | virtio-gpu: fix memory leak in resource attach backing | Li Qiang | 1 | -0/+5 |
2017-01-03 | virtio-gpu: call cleanup mapping function in resource destroy | Li Qiang | 1 | -0/+3 |
2016-12-20 | virtio-gpu: track and limit host memory allocations | Gerd Hoffmann | 1 | -4/+12 |
2016-12-05 | virtio-gpu: fix memory leak in update_cursor_data_virgl | Li Qiang | 1 | -0/+1 |
2016-10-26 | virtio-gpu: fix memory leak in virtio_gpu_resource_create_2d | Li Qiang | 1 | -0/+1 |
2016-10-10 | virtio: cleanup VMSTATE_VIRTIO_DEVICE | Halil Pasic | 1 | -2/+0 |
2016-10-10 | virtio-gpu: convert VMSTATE_VIRTIO_DEVICE | Halil Pasic | 1 | -12/+29 |
2016-07-21 | virtio-gpu: Wrap in vmstate | Dr. David Alan Gilbert | 1 | -10/+7 |
2016-07-21 | virtio-gpu: Use migrate_add_blocker for virgl migration blocking | Dr. David Alan Gilbert | 1 | -6/+13 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -1/+1 |
2016-07-06 | virgl: count the calls to gl_block | Marc-André Lureau | 1 | -2/+8 |
2016-06-06 | virtio-gpu: add live migration support | Gerd Hoffmann | 1 | -6/+182 |
2016-06-03 | virtio-gpu: fix scanout rectangles | Gerd Hoffmann | 1 | -1/+13 |
2016-05-23 | virtio-gpu: fix ui idx check | Marc-André Lureau | 1 | -1/+1 |
2016-05-23 | virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS | Marc-André Lureau | 1 | -2/+2 |
2016-05-23 | virtio-gpu: check max_outputs only | Marc-André Lureau | 1 | -3/+2 |
2016-05-23 | virtio-gpu: check max_outputs value | Marc-André Lureau | 1 | -0/+6 |
2016-05-23 | virtio-gpu: check early scanout id | Marc-André Lureau | 1 | -10/+9 |
2016-05-19 | hw: explicitly include qemu/log.h | Paolo Bonzini | 1 | -0/+1 |
2016-04-11 | virtio-gpu: block live migration | Gerd Hoffmann | 1 | -0/+7 |
2016-04-11 | ui/virtio-gpu: add and use qemu_create_displaysurface_pixman | Gerd Hoffmann | 1 | -4/+1 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 1 | -8/+13 |
2016-02-03 | virtio-gpu: block any rendering until client (ui) is done | Gerd Hoffmann | 1 | -0/+11 |
2016-02-03 | virtio-gpu: add support to enable/disable command processing | Gerd Hoffmann | 1 | -1/+4 |
2016-02-03 | virtio-gpu: maintain command queue | Gerd Hoffmann | 1 | -17/+36 |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-12-17 | linux-headers: update from kvm/next | Paolo Bonzini | 1 | -2/+2 |
2015-10-08 | virtio-gpu: add cursor update tracepoint | Gerd Hoffmann | 1 | -1/+8 |
2015-10-08 | virtio-gpu: add 3d mode and virgl rendering support. | Gerd Hoffmann | 1 | -9/+128 |
2015-10-08 | virtio-gpu: change licence from GPLv2 to GPLv2+ | Gerd Hoffmann | 1 | -1/+1 |
2015-10-08 | virtio-gpu: move iov free to virtio_gpu_cleanup_mapping_iov | Gerd Hoffmann | 1 | -2/+1 |
2015-07-27 | virtio: get_features() can fail | Jason Wang | 1 | -1/+2 |
2015-07-07 | virtio-gpu: use virtio_instance_init_common, fixup properties | Gerd Hoffmann | 1 | -1/+1 |
2015-06-12 | virtio-gpu: fix error message | Gerd Hoffmann | 1 | -1/+1 |
2015-06-10 | virtio-gpu/2d: add virtio gpu core code | Gerd Hoffmann | 1 | -0/+918 |