aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée1-390/+17
2023-12-02vhost-user: fix the reconnect errorLi Feng1-1/+2
2023-10-22vhost-user: fix lost reconnectLi Feng1-1/+1
2023-10-22vhost: move and rename the conn retry timesLi Feng1-2/+1
2023-10-04qmp: update virtio feature maps, vhost-user-gpio introspectionJonah Palmer1-0/+7
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée1-1/+1
2023-03-02vhost-user-gpio: Configure vhost_dev when connectingAkihiko Odaki1-4/+6
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu1-0/+10
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée1-1/+10
2022-12-01hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée1-7/+4
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-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée1-1/+1
2022-10-07hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar1-0/+411