aboutsummaryrefslogtreecommitdiff
path: root/hw/block/vhost-user-blk.c
AgeCommit message (Expand)Author
2024-04-09vhost-user-blk: simplify and fix vhost_user_blk_handle_config_changeVladimir Sementsov-Ogievskiy
2023-12-29hw/block: Constify VMStateRichard Henderson
2023-12-02vhost-user: fix the reconnect errorLi Feng
2023-10-23Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2023-10-22vhost-user: fix lost reconnectLi Feng
2023-10-22vhost: move and rename the conn retry timesLi Feng
2023-10-19hw/block/vhost-user-blk: Use DEVICE() / VIRTIO_DEVICE() macrosPhilippe Mathieu-Daudé
2023-06-26vhost-user: fully use new backend/frontend namingManos Pitsidianakis
2022-12-01hw/virtio: generalise CHR_EVENT_CLOSED handlingAlex Bennée
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella
2022-11-07hw/virtio: introduce virtio_device_should_startAlex Bennée
2022-11-07vhost: Change the sequence of device startYajun Wu
2022-10-27vhost-user-blk: fix the resize crashLi Feng
2022-10-07vhost-user-blk: dynamically resize config space based on featuresDaniil Tatianin
2022-10-07vhost-user-blk: make 'config_wce' part of 'host_features'Daniil Tatianin
2022-10-07vhost-user-blk: make it possible to disable write-zeroes/discardDaniil Tatianin
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée
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