summaryrefslogtreecommitdiffstats
path: root/hw/scsi/vhost-scsi.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* virtio: add vhost support for virtio devicesJonah Palmer2022-05-161-0/+8
* hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin2022-01-081-1/+8
* hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin2022-01-081-2/+4
* vhost-scsi: Plug memory leak on migrate_add_blocker() failureMarkus Armbruster2021-08-261-2/+2
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-3/+1Star
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-1/+1
* virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi2020-08-271-1/+2
* error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster2020-07-101-3/+1Star
* 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
* virtio: make seg_max virtqueue size dependentDenis Plotnikov2020-01-061-0/+2
* 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
* Include qemu/queue.h slightly lessMarkus Armbruster2019-08-161-1/+0Star
* vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji2019-07-191-1/+3
* virtio-scsi: remove unused argument to virtio_scsi_common_realizePaolo Bonzini2019-07-191-1/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* vhost-scsi: Allow user to enable migrationLiran Alon2019-06-031-10/+20
* vhost-scsi: Add VMState descriptorNir Weiner2019-06-031-0/+23
* vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner2019-06-031-0/+4
* qemu: avoid memory leak while remove diskJian Wang2019-01-151-1/+2
* vhost-scsi: prevent using uninitialized vqsyuchenlin2018-11-051-1/+1
* vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PIGreg Edwards2018-08-231-0/+3
* vhost-scsi: add missing virtqueue_size parameterEric Farman2017-12-051-0/+2
* migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* vhost-scsi: create a vhost-scsi-common abstractionFelipe Franciosi2017-05-051-138/+56Star
* scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng2017-04-241-2/+4
* migration: disallow migrate_add_blocker during migrationAshijeet Acharya2017-01-241-6/+19
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-2/+2
* tap: vhost busy polling supportJason Wang2016-07-071-1/+1
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* hw/scsi: Clean up includesPeter Maydell2016-01-291-1/+1
* error: Use error_prepend() where it makes obvious senseMarkus Armbruster2016-01-131-4/+2Star
* vhost: use a function for each callMarc-André Lureau2015-10-221-4/+3Star
* vhost-scsi: include linux/vhost.hMarc-André Lureau2015-09-251-0/+1
* vhost-scsi: fix wrong vhost-scsi firmware pathGonglei2015-09-091-1/+1
* vhost-scsi: Clarify vhost_virtqueue_mask argumentLu Lina2015-08-141-1/+1
* vhost/scsi: call vhost_dev_cleanup() at unrealize() timeIgor Mammedov2015-07-301-0/+1
* virtio: get_features() can failJason Wang2015-07-271-1/+2
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-221-0/+1
* vhost: enable vhost without without MSI-XPankaj Gupta2015-06-191-1/+1
* vhost-scsi: move qdev properties into vhost-scsi.cShannon Zhao2015-06-101-1/+8
* virtio: make features 64bit wideGerd Hoffmann2015-06-011-2/+2
* vhost-scsi: Remove superfluous '\n' around error_report()Gonglei2015-03-101-3/+3
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-261-2/+4
|\
| * monitor: Clean up around monitor_handle_fd_param()Markus Armbruster2015-02-181-1/+1