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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2024-05-22
virtio-gpu: fix v2 migration
Marc-André Lureau
1
-8
/
+22
2024-04-10
hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
1
-4
/
+2
2024-03-12
virtio-gpu: fix scanout migration post-load
Marc-André Lureau
1
-10
/
+41
2024-03-12
virtio-gpu: remove needless condition
Marc-André Lureau
1
-7
/
+0
2024-02-14
virtio-gpu.c: add resource_destroy class method
Manos Pitsidianakis
1
-3
/
+22
2024-02-14
hw/display/virtio-gpu.c: use reset_bh class method
Manos Pitsidianakis
1
-1
/
+1
2024-01-08
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
Stefan Hajnoczi
1
-1
/
+1
2023-12-29
hw/display: Constify VMState
Richard Henderson
1
-4
/
+4
2023-11-07
virtio-gpu: replace PIXMAN for region/rect test
Marc-André Lureau
1
-19
/
+11
2023-11-06
Revert "virtio-gpu: block migration of VMs with blob=true"
Marc-André Lureau
1
-14
/
+0
2023-11-06
virtio-gpu: add virtio-gpu/blob vmstate subsection
Marc-André Lureau
1
-0
/
+101
2023-11-06
virtio-gpu: move scanout restoration to post_load
Marc-André Lureau
1
-1
/
+12
2023-11-06
virtio-gpu: factor out restore mapping
Marc-André Lureau
1
-27
/
+33
2023-11-06
virtio-gpu: block migration of VMs with blob=true
Marc-André Lureau
1
-0
/
+14
2023-10-19
hw/display/virtio-gpu: Use VIRTIO_DEVICE() macro
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-16
gfxstream + rutabaga: enable rutabaga
Gurchetan Singh
1
-2
/
+3
2023-10-16
virtio-gpu: blob prep
Antonio Caggiano
1
-7
/
+3
2023-10-16
virtio-gpu: hostmem
Gerd Hoffmann
1
-0
/
+1
2023-09-12
virtio-gpu/win32: set the destroy function on load
Marc-André Lureau
1
-1
/
+3
2023-08-07
virtio-gpu: reset gfx resources in main thread
Marc-André Lureau
1
-7
/
+31
2023-08-07
virtio-gpu: free BHs, by implementing unrealize
Marc-André Lureau
1
-0
/
+10
2023-07-17
virtio-gpu: replace the surface with null surface when resetting
Dongwon Kim
1
-0
/
+5
2023-07-17
virtio-gpu: fix potential divide-by-zero regression
Marc-André Lureau
1
-7
/
+9
2023-07-10
virtio-gpu: refactor generate_edid function to virtio_gpu_base
Erico Nunes
1
-19
/
+1
2023-06-27
virtio-gpu/win32: allocate shareable 2d resources/images
Marc-André Lureau
1
-3
/
+43
2023-06-27
virtio-gpu: OUT_OF_MEMORY if failing to create udmabuf
Dongwon Kim
1
-1
/
+3
2023-06-27
virtio-gpu: Make non-gl display updates work again when blob=true
Vivek Kasireddy
1
-5
/
+22
2023-06-27
virtio-gpu: Optimize 2D resource data transfer
Keqian Zhu
1
-11
/
+11
2023-05-28
virtio-gpu: add a FIXME for virtio_gpu_load()
Marc-André Lureau
1
-0
/
+1
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-2
/
+4
2022-09-27
virtio-gpu: update scanout if there is any area covered by the rect
Dongwon Kim
1
-3
/
+4
2022-06-14
virtio-gpu: Respect UI refresh rate for EDID
Akihiko Odaki
1
-0
/
+1
2022-06-14
virtio-gpu: update done only on the scanout associated with rect
Dongwon Kim
1
-0
/
+3
2022-06-06
modules: introduces module_kconfig directive
Jose R. Ziviani
1
-0
/
+1
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-4
/
+6
2021-11-05
virtio-gpu: splitting one extended mode guest fb into n-scanouts
Dongwon Kim
1
-2
/
+2
2021-09-15
virtio-gpu: Add gl_flushed callback
Vivek Kasireddy
1
-2
/
+30
2021-08-31
virtio-gpu: no point of checking res->iov
Dongwon Kim
1
-1
/
+1
2021-07-22
hw/display/virtio-gpu: Fix memory leak (CID 1453811)
Philippe Mathieu-Daudé
1
-16
/
+10
2021-07-09
modules: add virtio-gpu module annotations
Gerd Hoffmann
1
-0
/
+1
2021-06-15
virtio-gpu: move scanout_id sanity check
Gerd Hoffmann
1
-6
/
+14
2021-05-27
virtio-gpu: Update cursor data using blob
Vivek Kasireddy
1
-5
/
+14
2021-05-27
virtio-gpu: Add virtio_gpu_set_scanout_blob
Vivek Kasireddy
1
-7
/
+95
2021-05-27
virtio-gpu: Factor out update scanout
Vivek Kasireddy
1
-12
/
+23
2021-05-27
virtio-gpu: Add virtio_gpu_resource_create_blob
Vivek Kasireddy
1
-3
/
+70
2021-05-27
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
1
-0
/
+14
2021-05-27
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
1
-10
/
+9
2021-05-27
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
1
-64
/
+87
2021-05-27
virtio-gpu: Add virtio_gpu_find_check_resource
Vivek Kasireddy
1
-19
/
+47
[next]