summaryrefslogtreecommitdiff
path: root/hw/scsi/vhost-scsi.c
AgeCommit message (Expand)Author
2022-05-16virtio: add vhost support for virtio devicesJonah Palmer
2022-01-07hw/scsi/vhost-scsi: don't double close vhostfd on errorDaniil Tatianin
2022-01-07hw/scsi/vhost-scsi: don't leak vqs on errorDaniil Tatianin
2021-08-26vhost-scsi: Plug memory leak on migrate_add_blocker() failureMarkus Armbruster
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi
2020-07-10error: Avoid error_propagate() after migrate_add_blocker()Markus Armbruster
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-05-15Drop more @errp parameters after previous commitMarkus Armbruster
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2020-01-06virtio: make seg_max virtqueue size dependentDenis Plotnikov
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster
2019-07-19vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failedXie Yongji
2019-07-19virtio-scsi: remove unused argument to virtio_scsi_common_realizePaolo Bonzini
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-06-02vhost-scsi: Allow user to enable migrationLiran Alon
2019-06-02vhost-scsi: Add VMState descriptorNir Weiner
2019-06-02vhost-scsi: The vhost backend should be stopped when the VM is not runningNir Weiner
2019-01-14qemu: avoid memory leak while remove diskJian Wang
2018-11-05vhost-scsi: prevent using uninitialized vqsyuchenlin
2018-08-23vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PIGreg Edwards
2017-12-05vhost-scsi: add missing virtqueue_size parameterEric Farman
2017-05-17migration: Create migration/blocker.hJuan Quintela
2017-05-05vhost-scsi: create a vhost-scsi-common abstractionFelipe Franciosi
2017-04-24scsi: Make errp the last parameter of virtio_scsi_common_realizeFam Zheng
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-07tap: vhost busy polling supportJason Wang
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-01-29hw/scsi: Clean up includesPeter Maydell
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-09-25vhost-scsi: include linux/vhost.hMarc-André Lureau
2015-09-09vhost-scsi: fix wrong vhost-scsi firmware pathGonglei
2015-08-14vhost-scsi: Clarify vhost_virtqueue_mask argumentLu Lina
2015-07-30vhost/scsi: call vhost_dev_cleanup() at unrealize() timeIgor Mammedov
2015-07-27virtio: get_features() can failJason Wang
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta
2015-06-10vhost-scsi: move qdev properties into vhost-scsi.cShannon Zhao
2015-06-01virtio: make features 64bit wideGerd Hoffmann
2015-03-10vhost-scsi: Remove superfluous '\n' around error_report()Gonglei
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell
2015-02-18monitor: Clean up around monitor_handle_fd_param()Markus Armbruster
2015-02-18vhost-scsi: Improve error reporting for invalid vhostfdMarkus Armbruster
2015-02-11vhost-scsi: set the bootable value of channel/target/lunGonglei