index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
vhost-scsi.c
Age
Commit message (
Expand
)
Author
2024-10-02
hw/vhost-scsi: fix -Werror=maybe-uninitialized
Marc-André Lureau
2024-07-21
vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
Jonah Palmer
2024-07-01
vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
Jonah Palmer
2024-03-12
hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend()
Zhao Liu
2023-12-30
hw/scsi: Constify VMState
Richard Henderson
2023-12-26
vhost-scsi: fix usage of error_reportf_err()
Dongli Zhang
2023-12-25
vhost-scsi: Add support for a worker thread per virtqueue
Mike Christie
2023-11-01
cpr: relax vhost migration blockers
Steve Sistare
2023-10-23
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-22
vhost-user-scsi: support reconnect to backend
Li Feng
2023-10-20
migration: simplify blockers
Steve Sistare
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
2022-10-07
hw/virtio: move vhd->started check into helper and add FIXME
Alex Bennée
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
2022-01-07
hw/scsi/vhost-scsi: don't double close vhostfd on error
Daniil Tatianin
2022-01-07
hw/scsi/vhost-scsi: don't leak vqs on error
Daniil Tatianin
2021-08-26
vhost-scsi: Plug memory leak on migrate_add_blocker() failure
Markus Armbruster
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2020-10-09
monitor: Use getter/setter functions for cur_mon
Kevin Wolf
2020-08-27
virtio-scsi-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
2019-07-19
vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failed
Xie Yongji
2019-07-19
virtio-scsi: remove unused argument to virtio_scsi_common_realize
Paolo Bonzini
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-02
vhost-scsi: Allow user to enable migration
Liran Alon
2019-06-02
vhost-scsi: Add VMState descriptor
Nir Weiner
2019-06-02
vhost-scsi: The vhost backend should be stopped when the VM is not running
Nir Weiner
2019-01-14
qemu: avoid memory leak while remove disk
Jian Wang
2018-11-05
vhost-scsi: prevent using uninitialized vqs
yuchenlin
2018-08-23
vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI
Greg Edwards
2017-12-05
vhost-scsi: add missing virtqueue_size parameter
Eric Farman
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
2017-05-05
vhost-scsi: create a vhost-scsi-common abstraction
Felipe Franciosi
2017-04-24
scsi: Make errp the last parameter of virtio_scsi_common_realize
Fam Zheng
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-07
tap: vhost busy polling support
Jason Wang
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw/scsi: Clean up includes
Peter Maydell
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2015-10-22
vhost: use a function for each call
Marc-André Lureau
[next]