aboutsummaryrefslogtreecommitdiff
path: root/contrib/vhost-user-gpu/vhost-user-gpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12contrib/vhost-user-gpu: Fix compiler warning when compiling with -WshadowThomas Huth1-3/+3
2023-09-12contrib/vhost-user-gpu: add support for sending dmabuf modifiersErico Nunes1-1/+4
2023-07-10contrib/vhost-user-gpu: implement get_edid featureErico Nunes1-6/+67
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2021-06-15vhost-user-gpu: reorder free calls.Gerd Hoffmann1-1/+1
2021-05-27vhost-user-gpu: abstract vg_cleanup_mapping_iovLi Qiang1-4/+20
2021-05-27vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...Li Qiang1-0/+1
2021-05-27vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)Li Qiang1-0/+5
2021-05-27vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang1-0/+1
2021-03-26vhost-user-gpu: fix cursor move/updateMarc-André Lureau1-6/+12
2021-03-26vhost-user-gpu: fix vugbm_device_init fallbackMarc-André Lureau1-5/+1
2021-02-04vhost-user-gpu: handle display-info in a callbackMarc-André Lureau1-6/+27
2021-02-04vhost-user-gpu: use an extandable state enum for commandsMarc-André Lureau1-4/+4
2021-02-04vhost-user-gpu: handle vhost-user-gpu features in a callbackMarc-André Lureau1-10/+27
2020-12-09contrib/vhost-user-gpu: avoid g_return_val_if() input validationStefan Hajnoczi1-1/+3
2020-04-15vhost-user-gpu: Release memory returned by vu_queue_pop() with free()Philippe Mathieu-Daudé1-2/+2
2020-03-16build-sys: do not make qemu-ga link with pixmanMarc-André Lureau1-0/+1191