aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/vhost-user-fs.c
AgeCommit message (Expand)AuthorFilesLines
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