summaryrefslogtreecommitdiffstats
path: root/hw/scsi/vhost-user-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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-301-0/+3
* vhost-user: simplify vhost_user_init/vhost_user_cleanupMarc-André Lureau2019-03-131-16/+4Star
* qemu: avoid memory leak while remove diskJian Wang2019-01-151-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/+1Star
* 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/+0Star
* 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