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