aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user-fs.c
AgeCommit message (Expand)Author
2023-11-07vhost-user-fs: Implement internal migrationHanna Czenczek
2023-07-10hw/virtio: fix typo in VIRTIO_CONFIG_IRQ_IDX commentsAlex Bennée
2023-02-09vhost-user-fs: Back up vqs before cleaning up vhost_devAkihiko Odaki
2023-01-08virtio: introduce macro VIRTIO_CONFIG_IRQ_IDXCindy Lu
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée
2022-10-07hw/virtio: move vm_running check to virtio_device_startedAlex Bennée
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-01-10Revert "virtio: introduce macro IRTIO_CONFIG_IRQ_IDX"Michael S. Tsirkin
2022-01-06virtio: introduce macro IRTIO_CONFIG_IRQ_IDXCindy Lu
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2021-04-13vhost-user-fs: fix features handlingAnton Kuchin
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-02-25vhost-user-fs: convert to the new virtio_delete_queue functionPan Nengyuan
2020-02-25vhost-user-fs: do delete virtio_queues in unrealizePan Nengyuan
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-12-13vhost-user-fs: remove "vhostfd" propertyMarc-André Lureau
2019-10-05virtio: add vhost-user-fs base deviceDr. David Alan Gilbert