aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/vhost-user-scsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer1-0/+1
2024-07-01vhost-user: fix lost reconnect againLi Feng1-1/+2
2024-07-01Revert "vhost-user: fix lost reconnect"Li Feng1-2/+1
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer1-0/+1
2023-12-30hw/scsi: Constify VMStateRichard Henderson1-1/+1
2023-12-26vhost-scsi: fix usage of error_reportf_err()Dongli Zhang1-1/+2
2023-12-02vhost-user-scsi: free the inflight area when resetLi Feng1-0/+16
2023-12-02vhost-user: fix the reconnect errorLi Feng1-1/+2
2023-10-22vhost-user: fix lost reconnectLi Feng1-1/+2
2023-10-22vhost-user-scsi: start vhost when guest kicksLi Feng1-4/+44
2023-10-22vhost-user-scsi: support reconnect to backendLi Feng1-20/+181
2023-10-22virtio: call ->vhost_reset_device() during resetStefan Hajnoczi1-11/+0
2023-10-22vhost-user: do not send RESET_OWNER on device resetStefan Hajnoczi1-9/+0
2023-10-04vhost-user: move VhostUserProtocolFeature definition to header fileJonah Palmer1-4/+0
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé1-1/+0
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella1-0/+1
2022-10-07hw/virtio: move vhd->started check into helper and add FIXMEAlex Bennée1-1/+1
2022-06-09hw/vhost-user-scsi|blk: set `supports_config` flag correctlyChangpeng Liu1-1/+0
2022-05-16hw/virtio/vhost-user: don't suppress F_CONFIG when supportedAlex Bennée1-0/+1
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-3/+1
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost1-0/+1
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi1-1/+2
2020-08-27virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi1-1/+1
2020-06-10qom/object: Move Object typedef to 'qemu/typedefs.h'Philippe Mathieu-Daudé1-1/+0
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-05vhost-user-scsi: reset the device if supportedRaphael Norwitz1-0/+24
2019-08-22vhost-user-scsi: prevent using uninitialized vqsRaphael Norwitz1-1/+1
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-07-19vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji1-4/+10
2019-07-19virtio-scsi: remove unused argument to virtio_scsi_common_realizePaolo Bonzini1-1/+1
2019-05-29vhost: fix memory leak in vhost_user_scsi_realizeJie Wang1-0/+3
2019-03-12vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau1-16/+4
2019-01-14qemu: avoid memory leak while remove diskJian Wang1-1/+2
2018-08-23vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PIGreg Edwards1-0/+3
2018-08-23vhost-scsi: unify vhost-scsi get_features implementationsGreg Edwards1-13/+1
2018-08-23vhost-user-scsi: move host_features into VHostSCSICommonGreg Edwards1-7/+8
2018-05-24vhost-user: introduce shared vhost-user stateTiwei Bie1-1/+19
2017-12-18misc: remove headers implicitly includedPhilippe Mathieu-Daudé1-1/+0
2017-11-14vhost-user-scsi: add missing virtqueue_size paramDariusz Stojaczyk1-0/+2
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi1-0/+205