summaryrefslogtreecommitdiffstats
path: root/hw/block/vhost-user-blk.c
Commit message (Expand)AuthorAgeFilesLines
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* vhost-blk: set features before setting inflight featureJin Yu2020-11-031-0/+6
* Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi2020-11-031-6/+0Star
* vhost-blk: set features before setting inflight featureJin Yu2020-10-301-0/+6
* vhost: recheck dev state in the vhost_migration_log routineDima Stepanov2020-09-291-3/+16
* vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-1/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-131-1/+0Star
|\
| * qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé2020-06-101-1/+0Star
* | vhost-user-blk: delay vhost_user_blk_disconnectDima Stepanov2020-06-091-1/+37
|/
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* vhost-user-blk: fix invalid memory accessLi Feng2020-05-041-0/+4
* fix vhost_user_blk_watch crashLi Feng2020-03-291-19/+0Star
* vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan2020-02-251-8/+11
* vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan2020-02-251-0/+8
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé2020-01-081-1/+1
* vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé2020-01-071-0/+5
* vhost-user-blk: prevent using uninitialized vqsRaphael Norwitz2019-09-161-1/+1
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* virtio: add "use-started" propertyXie Yongji2019-07-041-2/+2
* vhost-user-blk: Add support to reconnect backendXie Yongji2019-05-211-23/+136
* vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji2019-05-211-4/+5
* vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji2019-05-211-2/+1Star
* vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji2019-05-211-2/+2
* vhost-user-blk: Add support to get/set inflight bufferXie Yongji2019-03-131-0/+28
* vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2019-03-131-18/+4Star
* vhost-user-blk: add discard/write zeroes features supportChangpeng Liu2019-02-051-0/+4
* qemu: avoid memory leak while remove diskJian Wang2019-01-151-2/+5
* vhost-user-blk: start vhost when guest kicksYongji Xie2018-11-051-0/+25
* vhost-blk: turn on pre-defined RO feature bitChangpeng Liu2018-06-011-4/+1Star
* vhost-user: introduce shared vhost-user stateTiwei Bie2018-05-241-1/+21
* Remove unnecessary variables for function return valueLaurent Vivier2018-05-201-4/+1Star
* vhost-user-blk: set config ops before vhost-user initMaxime Coquelin2018-04-091-2/+2
* Clean up includesMarkus Armbruster2018-02-091-1/+0Star
* vhost-user-blk: introduce a new vhost-user-blk host deviceChangpeng Liu2018-01-181-0/+359