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
...
*
display/virtio: add edid support.
Gerd Hoffmann
2019-02-22
1
-0
/
+43
*
virtio-gpu: remove useless 'waiting' field
Marc-André Lureau
2019-02-22
1
-3
/
+1
*
virtio-gpu: block both 2d and 3d rendering
Marc-André Lureau
2019-02-22
1
-5
/
+22
*
virtio-gpu: remove unused config_size
Marc-André Lureau
2019-02-22
1
-2
/
+1
*
virtio-gpu: remove unused qdev
Marc-André Lureau
2019-02-22
1
-1
/
+0
*
vmstate: constify VMStateField
Marc-André Lureau
2018-11-27
1
-2
/
+2
*
virtio-gpu: add iommu support
Gerd Hoffmann
2018-09-03
1
-11
/
+14
*
virtio-gpu: pass down VirtIOGPU pointer to a bunch of functions
Gerd Hoffmann
2018-09-03
1
-10
/
+15
*
use dpy_gfx_update_full
Gerd Hoffmann
2018-08-30
1
-1
/
+1
*
Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"
Gerd Hoffmann
2018-08-30
1
-5
/
+0
*
virtio-vga: fix reset
Gerd Hoffmann
2018-08-30
1
-1
/
+1
*
virtio-gpu: fix crashes upon warm reboot with vga mode
Marc-André Lureau
2018-08-07
1
-0
/
+5
*
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
2018-07-03
1
-19
/
+45
|
\
|
*
virtio-gpu: disable scanout when backing resource is destroyed
Gerd Hoffmann
2018-07-03
1
-0
/
+10
|
*
virtio-gpu: update old resource too.
Gerd Hoffmann
2018-07-03
1
-1
/
+6
|
*
virtio-gpu: tweak scanout disable.
Gerd Hoffmann
2018-07-03
1
-18
/
+29
*
|
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2018-07-02
1
-2
/
+2
|
/
*
virtio-gpu-3d: add support for second capability set (v4)
Dave Airlie
2018-02-26
1
-1
/
+6
*
virtio-gpu: disallow vIOMMU
Peter Xu
2018-02-02
1
-0
/
+5
*
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
[prev]
[next]