aboutsummaryrefslogtreecommitdiff
path: root/hw/block/vhost-user-blk.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi1-1/+5
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé1-1/+0
2020-06-09vhost-user-blk: delay vhost_user_blk_disconnectDima Stepanov1-1/+37
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng1-0/+4
2020-03-29fix vhost_user_blk_watch crashLi Feng1-19/+0
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan1-8/+11
2020-02-25vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan1-0/+8
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé1-1/+1
2020-01-07vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé1-0/+5
2019-09-16vhost-user-blk: prevent using uninitialized vqsRaphael Norwitz1-1/+1
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-07-04virtio: add "use-started" propertyXie Yongji1-2/+2
2019-05-20vhost-user-blk: Add support to reconnect backendXie Yongji1-23/+136
2019-05-20vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji1-4/+5
2019-05-20vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji1-2/+1
2019-05-20vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji1-2/+2
2019-03-12vhost-user-blk: Add support to get/set inflight bufferXie Yongji1-0/+28
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau1-18/+4
2019-02-05vhost-user-blk: add discard/write zeroes features supportChangpeng Liu1-0/+4
2019-01-14qemu: avoid memory leak while remove diskJian Wang1-2/+5
2018-11-05vhost-user-blk: start vhost when guest kicksYongji Xie1-0/+25
2018-06-01vhost-blk: turn on pre-defined RO feature bitChangpeng Liu1-4/+1
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie1-1/+21
2018-05-20Remove unnecessary variables for function return valueLaurent Vivier1-4/+1
2018-04-09vhost-user-blk: set config ops before vhost-user initMaxime Coquelin1-2/+2
2018-02-09Clean up includesMarkus Armbruster1-1/+0
2018-01-18vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu1-0/+359