summaryrefslogtreecommitdiffstats
path: root/hw/virtio/vhost-user-fs.c
Commit message (Expand)AuthorAgeFilesLines
* 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: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-071-1/+2
* hw/virtio: move vm_running check to virtio_device_startedAlex Bennée2022-10-071-5/+1Star
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+7
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-2/+1Star
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-6/+0Star
* virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu2022-01-061-0/+6
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-2/+1Star
* vhost-user-fs: fix features handlingAnton Kuchin2021-04-131-4/+16
* vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2021-01-131-0/+10
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan2020-02-251-6/+9
* vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan2020-02-251-0/+9
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau2019-12-131-1/+0Star
* virtio: add vhost-user-fs base deviceDr. David Alan Gilbert2019-10-051-0/+299