aboutsummaryrefslogtreecommitdiff
path: root/hw/display/vhost-user-gpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-07vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMANMarc-André Lureau1-0/+2
2023-09-12vhost-user-gpu: support dmabuf modifiersErico Nunes1-1/+16
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée1-2/+2
2023-07-10vhost-user-gpu: implement get_edid frontend featureErico Nunes1-0/+32
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-1/+1
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-2/+2
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+18
2022-09-29vhost-user: Call qemu_socketpair() instead of socketpair()Guoyi Tu1-1/+2
2022-06-06modules: introduces module_kconfig directiveJose R. Ziviani1-0/+1
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+7
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin1-6/+0
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+6
2021-12-21ui: simplify gl unblock & flushMarc-André Lureau1-1/+1
2021-07-09modules: add virtio-gpu module annotationsGerd Hoffmann1-0/+1
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-2/+4
2021-03-09vhost_user_gpu: Drop dead check for g_malloc() failureMarkus Armbruster1-1/+0
2021-03-04virtio-gpu: Do not distinguish the primary consoleAkihiko Odaki1-4/+2
2021-03-04ui/console: Add placeholder flag to message surfaceAkihiko Odaki1-2/+2
2021-02-04display/ui: add a callback to indicate GL state is flushedMarc-André Lureau1-2/+2
2021-02-04vhost-user-gpu: add a configuration flag for dmabuf usageMarc-André Lureau1-0/+2
2021-02-04ui: remove console_has_gl_dmabuf()Marc-André Lureau1-5/+0
2021-02-04vhost-user-gpu: check backend for EDID supportMarc-André Lureau1-0/+6
2020-08-27vhost-user-gpu: Move QOM macro to headerEduardo Habkost1-3/+0
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-05-29hw/display: add vhost-user-vga & gpu-pciMarc-André Lureau1-0/+607