summary refs log tree commit diff stats
path: root/hw/scsi/vhost-scsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
* hw/scsi: Constify VMStateRichard Henderson2023-12-301-1/+1
* vhost-scsi: fix usage of error_reportf_err()Dongli Zhang2023-12-261-2/+2
* vhost-scsi: Add support for a worker thread per virtqueueMike Christie2023-12-251-0/+62
* cpr: relax vhost migration blockersSteve Sistare2023-11-011-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-2/+4
|\
| * vhost-user-scsi: support reconnect to backendLi Feng2023-10-221-2/+4
* | migration: simplify blockersSteve Sistare2023-10-201-5/+3
|/
* 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-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-071-1/+8
* hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin2022-01-071-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/+1
* 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/+1
* 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/+0
* 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-021-10/+20
* vhost-scsi: Add VMState descriptorNir Weiner2019-06-021-0/+23
* vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner2019-06-021-0/+4
* qemu: avoid memory leak while remove diskJian Wang2019-01-141-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/+56
* 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/+2
* vhost: use a function for each callMarc-André Lureau2015-10-221-4/+3
* 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