index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
display
/
virtio-gpu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
migration: Remove error variant of vmstate_save_state() function
Arun Menon
2025-10-03
1
-1
/
+2
*
migration: push Error **errp into vmstate_load_state()
Arun Menon
2025-10-03
1
-1
/
+1
*
error: Kill @error_warn
Markus Armbruster
2025-10-01
1
-2
/
+6
*
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
1
-1
/
+1
*
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2024-12-21
1
-3
/
+3
|
\
|
*
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
2024-12-20
1
-3
/
+3
*
|
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
2024-12-19
1
-1
/
+0
|
/
*
hw/display: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
hw/display: check frame buffer can hold blob
Alex Bennée
2024-11-18
1
-2
/
+1
*
hw/display: factor out the scanout blob to fb conversion
Alex Bennée
2024-11-18
1
-23
/
+37
*
virtio-gpu: Support Venus context
Antonio Caggiano
2024-10-28
1
-0
/
+15
*
virtio-gpu: Handle resource blob commands
Robert Beckett
2024-10-28
1
-7
/
+11
*
virtio-gpu: Support suspension of commands processing
Dmitry Osipenko
2024-10-28
1
-0
/
+6
*
virtio-gpu: Don't require udmabuf when blobs and virgl are enabled
Dmitry Osipenko
2024-10-28
1
-0
/
+1
*
virtio-gpu: Use trace events for tracking number of in-flight fences
Dmitry Osipenko
2024-10-28
1
-2
/
+2
*
ui: refactor using a common qemu_pixman_shareable
Marc-André Lureau
2024-10-14
1
-53
/
+19
*
virtio-gpu: allocate shareable 2d resources on !win32
Marc-André Lureau
2024-10-14
1
-12
/
+27
*
ui/pixman: generalize shared_image_destroy
Marc-André Lureau
2024-10-14
1
-2
/
+2
*
ui/win32: fix potential use-after-free with dbus shared memory
Marc-André Lureau
2024-10-14
1
-12
/
+2
*
ui/console: Convert mouse visibility parameter into bool
Akihiko Odaki
2024-07-16
1
-2
/
+1
*
virtio-gpu: fix v2 migration
Marc-André Lureau
2024-05-22
1
-8
/
+22
*
hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
2024-04-10
1
-4
/
+2
*
virtio-gpu: fix scanout migration post-load
Marc-André Lureau
2024-03-12
1
-10
/
+41
*
virtio-gpu: remove needless condition
Marc-André Lureau
2024-03-12
1
-7
/
+0
*
virtio-gpu.c: add resource_destroy class method
Manos Pitsidianakis
2024-02-14
1
-3
/
+22
*
hw/display/virtio-gpu.c: use reset_bh class method
Manos Pitsidianakis
2024-02-14
1
-1
/
+1
*
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
Stefan Hajnoczi
2024-01-08
1
-1
/
+1
*
hw/display: Constify VMState
Richard Henderson
2023-12-29
1
-4
/
+4
*
virtio-gpu: replace PIXMAN for region/rect test
Marc-André Lureau
2023-11-07
1
-19
/
+11
*
Revert "virtio-gpu: block migration of VMs with blob=true"
Marc-André Lureau
2023-11-06
1
-14
/
+0
*
virtio-gpu: add virtio-gpu/blob vmstate subsection
Marc-André Lureau
2023-11-06
1
-0
/
+101
*
virtio-gpu: move scanout restoration to post_load
Marc-André Lureau
2023-11-06
1
-1
/
+12
*
virtio-gpu: factor out restore mapping
Marc-André Lureau
2023-11-06
1
-27
/
+33
*
virtio-gpu: block migration of VMs with blob=true
Marc-André Lureau
2023-11-06
1
-0
/
+14
*
hw/display/virtio-gpu: Use VIRTIO_DEVICE() macro
Philippe Mathieu-Daudé
2023-10-19
1
-1
/
+1
*
gfxstream + rutabaga: enable rutabaga
Gurchetan Singh
2023-10-16
1
-2
/
+3
*
virtio-gpu: blob prep
Antonio Caggiano
2023-10-16
1
-7
/
+3
*
virtio-gpu: hostmem
Gerd Hoffmann
2023-10-16
1
-0
/
+1
*
virtio-gpu/win32: set the destroy function on load
Marc-André Lureau
2023-09-12
1
-1
/
+3
*
virtio-gpu: reset gfx resources in main thread
Marc-André Lureau
2023-08-07
1
-7
/
+31
*
virtio-gpu: free BHs, by implementing unrealize
Marc-André Lureau
2023-08-07
1
-0
/
+10
*
virtio-gpu: replace the surface with null surface when resetting
Dongwon Kim
2023-07-17
1
-0
/
+5
*
virtio-gpu: fix potential divide-by-zero regression
Marc-André Lureau
2023-07-17
1
-7
/
+9
*
virtio-gpu: refactor generate_edid function to virtio_gpu_base
Erico Nunes
2023-07-10
1
-19
/
+1
*
virtio-gpu/win32: allocate shareable 2d resources/images
Marc-André Lureau
2023-06-27
1
-3
/
+43
*
virtio-gpu: OUT_OF_MEMORY if failing to create udmabuf
Dongwon Kim
2023-06-27
1
-1
/
+3
*
virtio-gpu: Make non-gl display updates work again when blob=true
Vivek Kasireddy
2023-06-27
1
-5
/
+22
*
virtio-gpu: Optimize 2D resource data transfer
Keqian Zhu
2023-06-27
1
-11
/
+11
*
virtio-gpu: add a FIXME for virtio_gpu_load()
Marc-André Lureau
2023-05-28
1
-0
/
+1
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-2
/
+4
[next]