index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
/
virtio-gpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-gpu: fix bug in host memory calculation.
Tao Wu
2017-11-10
1
-2
/
+14
*
migration: Route more error paths
Dr. David Alan Gilbert
2017-09-27
1
-3
/
+1
*
hw/display/virtio-gpu: Put the virtio-gpu-device into the display category
Thomas Huth
2017-09-26
1
-0
/
+1
*
virtio-gpu: Handle endian conversion
Farhan Ali
2017-09-19
1
-8
/
+62
*
virtio-gpu: don't clear QemuUIInfo information on reset
Gerd Hoffmann
2017-09-13
1
-12
/
+0
*
virtio-gpu: use DIV_ROUND_UP
Marc-André Lureau
2017-08-31
1
-2
/
+2
*
virtio-gpu: skip update cursor in post_load if we don't have one
Gerd Hoffmann
2017-07-17
1
-1
/
+3
*
vmstate: error hint for failed equal checks
Halil Pasic
2017-06-28
1
-1
/
+1
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
1
-1
/
+1
*
virtio-gpu: move virtio_gpu_gl_block
Gerd Hoffmann
2017-05-12
1
-16
/
+2
*
virtio-gpu: add xres and yres properties
Gerd Hoffmann
2017-04-24
1
-2
/
+4
*
virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*
Laurent Vivier
2017-04-24
1
-27
/
+8
*
virtio-gpu: fix memory leak in set scanout
Li Qiang
2017-02-10
1
-0
/
+1
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-13
/
+19
*
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-2
/
+6
*
virtio-gpu: tag as not hotpluggable
Gerd Hoffmann
2017-01-11
1
-0
/
+1
*
virtio-gpu: Fix memory leak in virtio_gpu_load()
Peter Maydell
2017-01-11
1
-0
/
+12
*
virtio-gpu: Recalculate VirtIOGPU::hostmem on VM load
Peter Maydell
2017-01-11
1
-0
/
+5
*
virtio-gpu: fix memory leak in resource attach backing
Li Qiang
2017-01-03
1
-0
/
+5
*
virtio-gpu: call cleanup mapping function in resource destroy
Li Qiang
2017-01-03
1
-0
/
+3
*
virtio-gpu: track and limit host memory allocations
Gerd Hoffmann
2016-12-20
1
-4
/
+12
*
virtio-gpu: fix memory leak in update_cursor_data_virgl
Li Qiang
2016-12-05
1
-0
/
+1
*
virtio-gpu: fix memory leak in virtio_gpu_resource_create_2d
Li Qiang
2016-10-26
1
-0
/
+1
*
virtio: cleanup VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-2
/
+0
*
virtio-gpu: convert VMSTATE_VIRTIO_DEVICE
Halil Pasic
2016-10-10
1
-12
/
+29
*
virtio-gpu: Wrap in vmstate
Dr. David Alan Gilbert
2016-07-21
1
-10
/
+7
*
virtio-gpu: Use migrate_add_blocker for virgl migration blocking
Dr. David Alan Gilbert
2016-07-21
1
-6
/
+13
*
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-12
1
-1
/
+1
*
virgl: count the calls to gl_block
Marc-André Lureau
2016-07-06
1
-2
/
+8
*
virtio-gpu: add live migration support
Gerd Hoffmann
2016-06-06
1
-6
/
+182
*
virtio-gpu: fix scanout rectangles
Gerd Hoffmann
2016-06-03
1
-1
/
+13
*
virtio-gpu: fix ui idx check
Marc-André Lureau
2016-05-23
1
-1
/
+1
*
virtio-gpu: use VIRTIO_GPU_MAX_SCANOUTS
Marc-André Lureau
2016-05-23
1
-2
/
+2
*
virtio-gpu: check max_outputs only
Marc-André Lureau
2016-05-23
1
-3
/
+2
*
virtio-gpu: check max_outputs value
Marc-André Lureau
2016-05-23
1
-0
/
+6
*
virtio-gpu: check early scanout id
Marc-André Lureau
2016-05-23
1
-10
/
+9
*
hw: explicitly include qemu/log.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
virtio-gpu: block live migration
Gerd Hoffmann
2016-04-11
1
-0
/
+7
*
ui/virtio-gpu: add and use qemu_create_displaysurface_pixman
Gerd Hoffmann
2016-04-11
1
-4
/
+1
*
virtio: move allocation to virtqueue_pop/vring_pop
Paolo Bonzini
2016-02-06
1
-8
/
+13
*
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2016-02-03
1
-0
/
+11
*
virtio-gpu: add support to enable/disable command processing
Gerd Hoffmann
2016-02-03
1
-1
/
+4
*
virtio-gpu: maintain command queue
Gerd Hoffmann
2016-02-03
1
-17
/
+36
*
virtio: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
linux-headers: update from kvm/next
Paolo Bonzini
2015-12-17
1
-2
/
+2
*
virtio-gpu: add cursor update tracepoint
Gerd Hoffmann
2015-10-08
1
-1
/
+8
*
virtio-gpu: add 3d mode and virgl rendering support.
Gerd Hoffmann
2015-10-08
1
-9
/
+128
*
virtio-gpu: change licence from GPLv2 to GPLv2+
Gerd Hoffmann
2015-10-08
1
-1
/
+1
*
virtio-gpu: move iov free to virtio_gpu_cleanup_mapping_iov
Gerd Hoffmann
2015-10-08
1
-2
/
+1
*
virtio: get_features() can fail
Jason Wang
2015-07-27
1
-1
/
+2
[next]