index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
virtio-gpu.c
Age
Commit message (
Expand
)
Author
2024-04-10
hw/display/virtio-gpu: Protect from DMA re-entrancy bugs
Philippe Mathieu-Daudé
2023-11-07
virtio-gpu: replace PIXMAN for region/rect test
Marc-André Lureau
2023-11-06
Revert "virtio-gpu: block migration of VMs with blob=true"
Marc-André Lureau
2023-11-06
virtio-gpu: add virtio-gpu/blob vmstate subsection
Marc-André Lureau
2023-11-06
virtio-gpu: move scanout restoration to post_load
Marc-André Lureau
2023-11-06
virtio-gpu: factor out restore mapping
Marc-André Lureau
2023-11-06
virtio-gpu: block migration of VMs with blob=true
Marc-André Lureau
2023-10-19
hw/display/virtio-gpu: Use VIRTIO_DEVICE() macro
Philippe Mathieu-Daudé
2023-10-16
gfxstream + rutabaga: enable rutabaga
Gurchetan Singh
2023-10-16
virtio-gpu: blob prep
Antonio Caggiano
2023-10-16
virtio-gpu: hostmem
Gerd Hoffmann
2023-09-12
virtio-gpu/win32: set the destroy function on load
Marc-André Lureau
2023-08-07
virtio-gpu: reset gfx resources in main thread
Marc-André Lureau
2023-08-07
virtio-gpu: free BHs, by implementing unrealize
Marc-André Lureau
2023-07-17
virtio-gpu: replace the surface with null surface when resetting
Dongwon Kim
2023-07-17
virtio-gpu: fix potential divide-by-zero regression
Marc-André Lureau
2023-07-10
virtio-gpu: refactor generate_edid function to virtio_gpu_base
Erico Nunes
2023-06-27
virtio-gpu/win32: allocate shareable 2d resources/images
Marc-André Lureau
2023-06-27
virtio-gpu: OUT_OF_MEMORY if failing to create udmabuf
Dongwon Kim
2023-06-27
virtio-gpu: Make non-gl display updates work again when blob=true
Vivek Kasireddy
2023-06-27
virtio-gpu: Optimize 2D resource data transfer
Keqian Zhu
2023-05-28
virtio-gpu: add a FIXME for virtio_gpu_load()
Marc-André Lureau
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2022-09-27
virtio-gpu: update scanout if there is any area covered by the rect
Dongwon Kim
2022-06-14
virtio-gpu: Respect UI refresh rate for EDID
Akihiko Odaki
2022-06-14
virtio-gpu: update done only on the scanout associated with rect
Dongwon Kim
2022-06-06
modules: introduces module_kconfig directive
Jose R. Ziviani
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2021-12-30
dma: Let dma_memory_map() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-11-05
virtio-gpu: splitting one extended mode guest fb into n-scanouts
Dongwon Kim
2021-09-15
virtio-gpu: Add gl_flushed callback
Vivek Kasireddy
2021-08-31
virtio-gpu: no point of checking res->iov
Dongwon Kim
2021-07-22
hw/display/virtio-gpu: Fix memory leak (CID 1453811)
Philippe Mathieu-Daudé
2021-07-09
modules: add virtio-gpu module annotations
Gerd Hoffmann
2021-06-15
virtio-gpu: move scanout_id sanity check
Gerd Hoffmann
2021-05-27
virtio-gpu: Update cursor data using blob
Vivek Kasireddy
2021-05-27
virtio-gpu: Add virtio_gpu_set_scanout_blob
Vivek Kasireddy
2021-05-27
virtio-gpu: Factor out update scanout
Vivek Kasireddy
2021-05-27
virtio-gpu: Add virtio_gpu_resource_create_blob
Vivek Kasireddy
2021-05-27
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
2021-05-27
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
2021-05-27
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
2021-05-27
virtio-gpu: Add virtio_gpu_find_check_resource
Vivek Kasireddy
2021-05-10
virtio-gpu: drop VIRGL() macro
Gerd Hoffmann
2021-05-10
virtio-gpu: move update_cursor_data
Gerd Hoffmann
2021-05-10
virtio-gpu: move virgl process_cmd
Gerd Hoffmann
2021-05-10
virtio-gpu: move virgl gl_flushed
Gerd Hoffmann
2021-05-10
virtio-gpu: move virgl handle_ctrl
Gerd Hoffmann
2021-05-10
virtio-gpu: use class function for ctrl queue handlers
Gerd Hoffmann
2021-05-10
virtio-gpu: move virgl reset
Gerd Hoffmann
[next]