summary refs log tree commit diff stats
path: root/hw/display/vhost-user-gpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: return failure if backend crash when live migrationHaoqian He2025-05-141-3/+9
* ui/egl: use DRM_FORMAT_MOD_INVALID as default modifierQiang Yu2025-05-061-1/+2
* ui/dmabuf: extend QemuDmaBuf to support multi-planeQiang Yu2025-05-061-2/+4
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* virtio-gpu: Add definition for resource_uuid featureDorinda Bassey2025-01-151-0/+8
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/display: Constify all PropertyRichard Henderson2024-12-151-1/+1
* virtio: Allow .get_vhost() without vhost_startedHanna Czenczek2024-09-101-1/+1
* hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()Haoran Zhang2024-08-231-1/+1
* vhost-user-gpu: fix import of DMABUFMarc-André Lureau2024-07-011-2/+3
* ui/console: Use qemu_dmabuf_new() and free() helpers insteadDongwon Kim2024-05-141-12/+19
* ui/console: Use qemu_dmabuf_get_..() helpers insteadDongwon Kim2024-05-141-4/+1
* vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMANMarc-André Lureau2023-11-071-0/+2
* vhost-user-gpu: support dmabuf modifiersErico Nunes2023-09-121-1/+16
* hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée2023-07-101-2/+2
* vhost-user-gpu: implement get_edid frontend featureErico Nunes2023-07-101-0/+32
* vhost-user: fully use new backend/frontend namingManos Pitsidianakis2023-06-261-1/+1
* bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé2023-06-051-2/+2
* Do not include "qemu/error-report.h" in headers that do not need itThomas Huth2023-02-141-0/+1
* virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu2023-01-081-0/+18
* vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu2022-09-291-1/+2
* modules: introduces module_kconfig directiveJose R. Ziviani2022-06-061-0/+1
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+7
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-6/+0
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+6
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-211-1/+1
* modules: add virtio-gpu module annotationsGerd Hoffmann2021-07-091-0/+1
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-2/+4
* vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster2021-03-091-1/+0
* virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki2021-03-041-4/+2
* ui/console: Add placeholder flag to message surfaceAkihiko Odaki2021-03-041-2/+2
* display/ui: add a callback to indicate GL state is flushedMarc-André Lureau2021-02-041-2/+2
* vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau2021-02-041-0/+2
* ui: remove console_has_gl_dmabuf()Marc-André Lureau2021-02-041-5/+0
* vhost-user-gpu: check backend for EDID supportMarc-André Lureau2021-02-041-0/+6
* vhost-user-gpu: Move QOM macro to headerEduardo Habkost2020-08-271-3/+0
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau2019-05-291-0/+607