summary refs log tree commit diff stats
path: root/contrib/vhost-user-gpu/vhost-user-gpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* contrib/vhost-user-gpu: Fix compiler warning when compiling with -WshadowThomas Huth2023-10-121-3/+3
* contrib/vhost-user-gpu: add support for sending dmabuf modifiersErico Nunes2023-09-121-1/+4
* contrib/vhost-user-gpu: implement get_edid featureErico Nunes2023-07-101-6/+67
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-211-1/+1
* vhost-user-gpu: reorder free calls.Gerd Hoffmann2021-06-151-1/+1
* vhost-user-gpu: abstract vg_cleanup_mapping_iovLi Qiang2021-05-271-4/+20
* vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...Li Qiang2021-05-271-0/+1
* vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)Li Qiang2021-05-271-0/+5
* vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang2021-05-271-0/+1
* vhost-user-gpu: fix cursor move/updateMarc-André Lureau2021-03-261-6/+12
* vhost-user-gpu: fix vugbm_device_init fallbackMarc-André Lureau2021-03-261-5/+1
* vhost-user-gpu: handle display-info in a callbackMarc-André Lureau2021-02-041-6/+27
* vhost-user-gpu: use an extandable state enum for commandsMarc-André Lureau2021-02-041-4/+4
* vhost-user-gpu: handle vhost-user-gpu features in a callbackMarc-André Lureau2021-02-041-10/+27
* contrib/vhost-user-gpu: avoid g_return_val_if() input validationStefan Hajnoczi2020-12-091-1/+3
* vhost-user-gpu: Release memory returned by vu_queue_pop() with free()Philippe Mathieu-Daudé2020-04-151-2/+2
* build-sys: do not make qemu-ga link with pixmanMarc-André Lureau2020-03-161-0/+1191