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: Do not distinguish the primary console
Akihiko Odaki
2021-03-04
1
-8
/
+1
*
ui/console: Add placeholder flag to message surface
Akihiko Odaki
2021-03-04
1
-3
/
+3
*
display/ui: add a callback to indicate GL state is flushed
Marc-André Lureau
2021-02-04
1
-2
/
+2
*
virtio-gpu: avoid re-entering cmdq processing
Marc-André Lureau
2021-02-04
1
-0
/
+5
*
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-1
/
+1
*
virtio-gpu: set physical dimensions for EDID
Marc-André Lureau
2020-09-29
1
-0
/
+2
*
virtio-gpu: fix unmap the already mapped items
Li Zhijian
2020-09-04
1
-1
/
+4
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
virtio-gpu: check if the resource already exists in virtio_gpu_load()
Li Qiang
2019-07-03
1
-0
/
+5
*
virtio-gpu: fix unmap in error path
Gerd Hoffmann
2019-07-03
1
-2
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-1
/
+1
*
virtio-gpu: split virtio-gpu, introduce virtio-gpu-base
Marc-André Lureau
2019-05-29
1
-275
/
+101
*
virtio-gpu: add a pixman helper header
Marc-André Lureau
2019-05-29
1
-26
/
+3
*
virtio-gpu: add bswap helpers header
Marc-André Lureau
2019-05-29
1
-42
/
+1
*
virtio-gpu: add sanity check
Gerd Hoffmann
2019-05-28
1
-0
/
+2
*
virtio-gpu: clear command and fence queues on reset
Gerd Hoffmann
2019-03-18
1
-0
/
+14
*
virtio-gpu: delay virglrenderer reset when blocked.
Gerd Hoffmann
2019-03-18
1
-1
/
+11
*
virtio-gpu: make virtio_gpu_reset static
Gerd Hoffmann
2019-03-11
1
-1
/
+1
*
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
[next]