aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/vhost-user-scsi.c
AgeCommit message (Expand)AuthorFilesLines
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