summary refs log tree commit diff stats
path: root/hw/scsi/vhost-user-scsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost-user: fix lost reconnectLi Feng2023-10-221-1/+2
* vhost-user-scsi: start vhost when guest kicksLi Feng2023-10-221-4/+44
* vhost-user-scsi: support reconnect to backendLi Feng2023-10-221-20/+181
* virtio: call ->vhost_reset_device() during resetStefan Hajnoczi2023-10-221-11/+0
* vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi2023-10-221-9/+0
* vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer2023-10-041-4/+0
* hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé2023-06-231-1/+0
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-0/+1
* hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée2022-10-071-1/+1
* hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu2022-06-091-1/+0
* hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée2022-05-161-0/+1
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-3/+1
* qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost2020-12-181-0/+1
* virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-1/+2
* virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi2020-08-271-1/+1
* qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé2020-06-101-1/+0
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* Drop more @errp parameters after previous commitMarkus Armbruster2020-05-151-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* vhost-user-scsi: reset the device if supportedRaphael Norwitz2020-01-051-0/+24
* vhost-user-scsi: prevent using uninitialized vqsRaphael Norwitz2019-08-221-1/+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
* vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji2019-07-191-4/+10
* virtio-scsi: remove unused argument to virtio_scsi_common_realizePaolo Bonzini2019-07-191-1/+1
* vhost: fix memory leak in vhost_user_scsi_realizeJie Wang2019-05-291-0/+3
* vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2019-03-121-16/+4
* qemu: avoid memory leak while remove diskJian Wang2019-01-141-1/+2
* vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PIGreg Edwards2018-08-231-0/+3
* vhost-scsi: unify vhost-scsi get_features implementationsGreg Edwards2018-08-231-13/+1
* vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards2018-08-231-7/+8
* vhost-user: introduce shared vhost-user stateTiwei Bie2018-05-241-1/+19
* misc: remove headers implicitly includedPhilippe Mathieu-Daudé2017-12-181-1/+0
* vhost-user-scsi: add missing virtqueue_size paramDariusz Stojaczyk2017-11-141-0/+2
* vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2017-06-151-0/+205