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
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/display: fix virgl reset regression
Marc-André Lureau
2021-07-22
2
-13
/
+17
*
hw/display: fail early when multiple virgl devices are requested
Marc-André Lureau
2021-07-22
1
-0
/
+5
*
Revert "qxl: add migration blocker to avoid pre-save assert"
Gerd Hoffmann
2021-07-22
2
-32
/
+0
*
qxl: remove assert in qxl_pre_save.
Gerd Hoffmann
2021-07-22
1
-1
/
+3
*
hw/display/virtio-gpu: Fix memory leak (CID 1453811)
Philippe Mathieu-Daudé
2021-07-22
1
-16
/
+10
*
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-07-11
11
-0
/
+22
|
\
|
*
modules: add virtio-gpu module annotations
Gerd Hoffmann
2021-07-09
10
-0
/
+18
|
*
modules: add qxl module annotations
Gerd Hoffmann
2021-07-09
1
-0
/
+4
*
|
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging
Peter Maydell
2021-07-11
3
-9
/
+11
|
\
\
|
|
/
|
/
|
|
*
hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
Philippe Mathieu-Daudé
2021-07-08
3
-3
/
+3
|
*
hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Philippe Mathieu-Daudé
2021-07-08
1
-4
/
+5
|
*
hw/display/sm501: Simplify sm501_i2c_write() logic
Philippe Mathieu-Daudé
2021-07-08
1
-2
/
+3
*
|
configure, meson: convert virgl detection to meson
Paolo Bonzini
2021-07-06
1
-3
/
+3
*
|
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging
Peter Maydell
2021-07-04
1
-12
/
+20
|
\
\
|
*
|
g364fb: add VMStateDescription for G364SysBusState
Mark Cave-Ayland
2021-07-02
1
-1
/
+11
|
*
|
g364fb: use RAM memory region for framebuffer
Mark Cave-Ayland
2021-07-02
1
-11
/
+9
|
|
/
*
/
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
1
-2
/
+4
|
/
*
virtio-gpu: move scanout_id sanity check
Gerd Hoffmann
2021-06-15
1
-6
/
+14
*
vga: Allow writing VBE_DISPI_ID5 to ID register
Dennis Wölfing
2021-06-15
1
-1
/
+2
*
hw/display/macfb: Classify the "nubus-macfb" as display device
Thomas Huth
2021-06-05
1
-0
/
+1
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
virtio-gpu: Update cursor data using blob
Vivek Kasireddy
2021-05-27
1
-5
/
+14
*
virtio-gpu: Add virtio_gpu_set_scanout_blob
Vivek Kasireddy
2021-05-27
2
-7
/
+96
*
virtio-gpu: Factor out update scanout
Vivek Kasireddy
2021-05-27
1
-12
/
+23
*
virtio-gpu: Add helpers to create and destroy dmabuf objects
Vivek Kasireddy
2021-05-27
1
-0
/
+65
*
virtio-gpu: Add virtio_gpu_resource_create_blob
Vivek Kasireddy
2021-05-27
2
-3
/
+71
*
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
2021-05-27
2
-0
/
+17
*
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
2021-05-27
2
-11
/
+11
*
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
2021-05-27
1
-64
/
+87
*
virtio-gpu: Add virtio_gpu_find_check_resource
Vivek Kasireddy
2021-05-27
1
-19
/
+47
*
virtio-gpu: Add udmabuf helpers
Vivek Kasireddy
2021-05-27
2
-0
/
+159
*
hw/display/qxl: Set pci rom address aligned with page size
maobibo
2021-05-27
1
-1
/
+1
*
Drop the deprecated lm32 target
Markus Armbruster
2021-05-12
6
-1001
/
+0
*
virtio-gpu: add virtio-vga-gl
Gerd Hoffmann
2021-05-10
2
-0
/
+52
*
modules: add have_vga
Gerd Hoffmann
2021-05-10
1
-0
/
+2
*
virtio-gpu: add virtio-gpu-gl-pci
Gerd Hoffmann
2021-05-10
2
-0
/
+60
*
virtio-gpu: move fields to struct VirtIOGPUGL
Gerd Hoffmann
2021-05-10
1
-6
/
+9
*
virtio-gpu: drop use_virgl_renderer
Gerd Hoffmann
2021-05-10
2
-36
/
+14
*
virtio-gpu: move virtio-gpu-gl-device to separate module
Gerd Hoffmann
2021-05-10
1
-3
/
+6
*
virtio-gpu: drop VIRGL() macro
Gerd Hoffmann
2021-05-10
1
-17
/
+0
*
virtio-gpu: move update_cursor_data
Gerd Hoffmann
2021-05-10
2
-32
/
+36
*
virtio-gpu: move virgl process_cmd
Gerd Hoffmann
2021-05-10
2
-4
/
+16
*
virtio-gpu: move virgl gl_flushed
Gerd Hoffmann
2021-05-10
2
-15
/
+13
*
virtio-gpu: move virgl handle_ctrl
Gerd Hoffmann
2021-05-10
2
-13
/
+33
*
virtio-gpu: use class function for ctrl queue handlers
Gerd Hoffmann
2021-05-10
1
-3
/
+9
*
virtio-gpu: move virgl reset
Gerd Hoffmann
2021-05-10
2
-18
/
+18
*
virtio-gpu: move virgl realize + properties
Gerd Hoffmann
2021-05-10
2
-22
/
+34
*
virtio-gpu: add virtio-gpu-gl-device
Gerd Hoffmann
2021-05-10
2
-1
/
+42
*
virtio-gpu: rename virgl source file.
Gerd Hoffmann
2021-05-10
2
-1
/
+1
*
virtio-gpu: handle partial maps properly
Gerd Hoffmann
2021-05-10
2
-33
/
+50
[next]