aboutsummaryrefslogtreecommitdiff
path: root/hw/block/vhost-user-blk.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09vhost-user-blk: simplify and fix vhost_user_blk_handle_config_changeVladimir Sementsov-Ogievskiy1-8/+3
2023-12-29hw/block: Constify VMStateRichard Henderson1-1/+1
2023-12-02vhost-user: fix the reconnect errorLi Feng1-5/+3
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-4/+2
2023-10-22vhost-user: fix lost reconnectLi Feng1-1/+1
2023-10-22vhost: move and rename the conn retry timesLi Feng1-3/+1
2023-10-19hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macrosPhilippe Mathieu-Daudé1-2/+2
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis1-1/+1
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée1-36/+5
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella1-2/+2
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella1-0/+1
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée1-5/+1
2022-11-07vhost: Change the sequence of device startYajun Wu1-7/+11
2022-10-27vhost-user-blk: fix the resize crashLi Feng1-0/+4
2022-10-07vhost-user-blk: dynamically resize config space based on featuresDaniil Tatianin1-7/+10
2022-10-07vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin1-4/+2
2022-10-07vhost-user-blk: make it possible to disable write-zeroes/discardDaniil Tatianin1-2/+4
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-2/+8
2022-06-09hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu1-0/+1
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer1-0/+7
2022-05-16virtio: drop name parameter for virtio_init()Jonah Palmer1-1/+1
2022-01-07hw/vhost-user-blk: turn on VIRTIO_BLK_F_SIZE_MAX feature for virtio blk deviceAndy Pei1-0/+1
2022-01-07vhost-user-blk: propagate error return from generic vhostRoman Kagan1-1/+1
2022-01-07vhost-user-blk: reconnect on any error during realizeRoman Kagan1-1/+1
2021-06-30vhost-user-blk: Implement reconnection during realizeKevin Wolf1-1/+15
2021-06-30vhost-user-blk: Factor out vhost_user_blk_realize_connect()Kevin Wolf1-16/+32
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-4/+5
2021-06-30vhost-user-blk: Add Error parameter to vhost_user_blk_start()Kevin Wolf1-16/+15
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-2/+2
2021-05-18vhost-user-blk: Check that num-queues is supported by backendKevin Wolf1-0/+1
2021-05-18vhost-user-blk: Get more feature flags from vhost deviceKevin Wolf1-0/+2
2021-05-18vhost-user-blk: Improve error reporting in realizeKevin Wolf1-12/+11
2021-05-18vhost-user-blk: Don't reconnect during initialisationKevin Wolf1-42/+17
2021-05-18vhost-user-blk: Make sure to set Error on realize failureKevin Wolf1-3/+1
2021-04-30vhost-user-blk: Fail gracefully on too large queue sizeKevin Wolf1-0/+5
2021-04-01vhost-user-blk: add immediate cleanup on shutdownDenis Plotnikov1-1/+1
2021-04-01vhost-user-blk: perform immediate cleanup if disconnect on initializationDenis Plotnikov1-24/+24
2021-04-01vhost-user-blk: use different event handlers on initializationDenis Plotnikov1-7/+24
2021-03-08vhost-user-blk: fix blkcfg->num_queues endiannessStefan Hajnoczi1-4/+3
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-11-03vhost-blk: set features before setting inflight featureJin Yu1-0/+6
2020-11-03Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi1-6/+0
2020-10-30vhost-blk: set features before setting inflight featureJin Yu1-0/+6
2020-09-29vhost: recheck dev state in the vhost_migration_log routineDima Stepanov1-3/+16
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