summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user-fs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/virtio: Constify VMStateRichard Henderson2023-12-301-3/+3
* vhost-user-fs: Implement internal migrationHanna Czenczek2023-11-071-1/+100
* hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée2023-07-101-2/+2
* vhost-user-fs: Back up vqs before cleaning up vhost_devAkihiko Odaki2023-02-091-2/+2
* virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu2023-01-081-0/+18
* 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: 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/+1
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+7
* virtio: drop name parameter for virtio_init()Jonah Palmer2022-05-161-2/+1
* Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin2022-01-101-6/+0
* 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/+1
* 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/+0
* virtio: add vhost-user-fs base deviceDr. David Alan Gilbert2019-10-051-0/+299