aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-vsock-common.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée1-2/+2
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2023-06-23hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+18
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella1-2/+2
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella1-0/+1
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-1/+2
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+7
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-3/+2
2022-03-06vhost-vsock: detach the virqueue element in case of errorStefano Garzarella1-3/+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-10-05vhost-vsock: handle common features in vhost-vsock-commonStefano Garzarella1-0/+31
2021-01-08Remove superfluous timer_del() callsPeter Maydell1-1/+0
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella1-0/+258