index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
virtio-gpu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-31
virtio-gpu: use DIV_ROUND_UP
Marc-André Lureau
1
-2
/
+2
2017-07-17
virtio-gpu: skip update cursor in post_load if we don't have one
Gerd Hoffmann
1
-1
/
+3
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-1
/
+1
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-05-12
virtio-gpu: move virtio_gpu_gl_block
Gerd Hoffmann
1
-16
/
+2
2017-04-24
virtio-gpu: add xres and yres properties
Gerd Hoffmann
1
-2
/
+4
2017-04-24
virtio-gpu: replace PIXMAN_* by PIXMAN_BE_*
Laurent Vivier
1
-27
/
+8
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