aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user-gpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée2024-02-141-390/+17
* vhost-user: fix the reconnect errorLi Feng2023-12-021-1/+2
* vhost-user: fix lost reconnectLi Feng2023-10-221-1/+1
* vhost: move and rename the conn retry timesLi Feng2023-10-221-2/+1
* qmp: update virtio feature maps, vhost-user-gpio introspectionJonah Palmer2023-10-041-0/+7
* hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée2023-07-101-1/+1
* vhost-user-gpio: Configure vhost_dev when connectingAkihiko Odaki2023-03-021-4/+6
* virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu2023-01-081-0/+10
* hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée2022-12-011-1/+10
* hw/virtio: add started_vu status field to vhost-user-gpioAlex Bennée2022-12-011-7/+4
* vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-011-2/+2
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-0/+1
* hw/virtio: introduce virtio_device_should_startAlex Bennée2022-11-071-1/+1
* hw/virtio: add boilerplate for vhost-user-gpio deviceViresh Kumar2022-10-071-0/+411