aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user-fs.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée1-2/+2
2023-02-09vhost-user-fs: Back up vqs before cleaning up vhost_devAkihiko Odaki1-2/+2
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-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée1-1/+1
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-1/+2
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée1-5/+1
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+7
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-2/+1
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-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-2/+1
2021-04-13vhost-user-fs: fix features handlingAnton Kuchin1-4/+16
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek1-0/+10
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan1-6/+9
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan1-0/+9
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-12-13vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau1-1/+0
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert1-0/+299