summaryrefslogtreecommitdiff
path: root/hw/block/vhost-user-blk.c
AgeCommit message (Expand)Author
2022-06-09hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer
2022-01-07hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei
2022-01-07vhost-user-blk: propagate error return from generic vhostRoman Kagan
2022-01-07vhost-user-blk: reconnect on any error during realizeRoman Kagan
2021-06-30vhost-user-blk: Implement reconnection during realizeKevin Wolf
2021-06-30vhost-user-blk: Factor out vhost_user_blk_realize_connect()Kevin Wolf
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf
2021-06-30vhost-user-blk: Add Error parameter to vhost_user_blk_start()Kevin Wolf
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf
2021-05-18vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf
2021-05-18vhost-user-blk: Improve error reporting in realizeKevin Wolf
2021-05-18vhost-user-blk: Don't reconnect during initialisationKevin Wolf
2021-05-18vhost-user-blk: Make sure to set Error on realize failureKevin Wolf
2021-04-30vhost-user-blk: Fail gracefully on too large queue sizeKevin Wolf
2021-04-01vhost-user-blk: add immediate cleanup on shutdownDenis Plotnikov
2021-04-01vhost-user-blk: perform immediate cleanup if disconnect on initializationDenis Plotnikov
2021-04-01vhost-user-blk: use different event handlers on initializationDenis Plotnikov
2021-03-08vhost-user-blk: fix blkcfg->num_queues endiannessStefan Hajnoczi
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost
2020-11-03vhost-blk: set features before setting inflight featureJin Yu
2020-11-03Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi
2020-10-30vhost-blk: set features before setting inflight featureJin Yu
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-06-12Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé
2020-06-09vhost-user-blk: delay vhost_user_blk_disconnectDima Stepanov
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng
2020-03-29fix vhost_user_blk_watch crashLi Feng
2020-02-25vhost-user-blk: convert to new virtio_delete_queuePan Nengyuan
2020-02-25vhost-user-blk: delete virtioqueues in unrealize to fix memleaksPan Nengyuan
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-08chardev: Use QEMUChrEvent enum in IOEventHandler typedefPhilippe Mathieu-Daudé
2020-01-07vhost-user-blk: Explicit we ignore few QEMUChrEvent in IOEventHandlerPhilippe Mathieu-Daudé
2019-09-16vhost-user-blk: prevent using uninitialized vqsRaphael Norwitz
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-07-04virtio: add "use-started" propertyXie Yongji
2019-05-20vhost-user-blk: Add support to reconnect backendXie Yongji
2019-05-20vhost-user-blk: Add return value for vhost_user_blk_start()Xie Yongji
2019-05-20vhost-user-blk: Only start vhost-user backend with the first kickXie Yongji
2019-05-20vhost-user-blk: Use started flag in vhost_user_blk_set_status()Xie Yongji
2019-03-12vhost-user-blk: Add support to get/set inflight bufferXie Yongji
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau