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-user-scsi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost-user: fix lost reconnect
Li Feng
2023-10-22
1
-1
/
+2
*
vhost-user-scsi: start vhost when guest kicks
Li Feng
2023-10-22
1
-4
/
+44
*
vhost-user-scsi: support reconnect to backend
Li Feng
2023-10-22
1
-20
/
+181
*
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
2023-10-22
1
-11
/
+0
*
vhost-user: do not send RESET_OWNER on device reset
Stefan Hajnoczi
2023-10-22
1
-9
/
+0
*
vhost-user: move VhostUserProtocolFeature definition to header file
Jonah Palmer
2023-10-04
1
-4
/
+0
*
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
-1
/
+1
*
hw/vhost-user-scsi|blk: set `supports_config` flag correctly
Changpeng Liu
2022-06-09
1
-1
/
+0
*
hw/virtio/vhost-user: don't suppress F_CONFIG when supported
Alex Bennée
2022-05-16
1
-0
/
+1
*
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2021-06-30
1
-3
/
+1
*
qdev: Move softmmu properties to qdev-properties-system.h
Eduardo Habkost
2020-12-18
1
-0
/
+1
*
virtio-scsi-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
1
-1
/
+2
*
virtio-scsi: introduce a constant for fixed virtqueues
Stefan Hajnoczi
2020-08-27
1
-1
/
+1
*
qom/object: Move Object typedef to 'qemu/typedefs.h'
Philippe Mathieu-Daudé
2020-06-10
1
-1
/
+0
*
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
*
vhost-user-scsi: reset the device if supported
Raphael Norwitz
2020-01-05
1
-0
/
+24
*
vhost-user-scsi: prevent using uninitialized vqs
Raphael Norwitz
2019-08-22
1
-1
/
+1
*
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
*
vhost-user-scsi: Call virtio_scsi_common_unrealize() when device realize failed
Xie Yongji
2019-07-19
1
-4
/
+10
*
virtio-scsi: remove unused argument to virtio_scsi_common_realize
Paolo Bonzini
2019-07-19
1
-1
/
+1
*
vhost: fix memory leak in vhost_user_scsi_realize
Jie Wang
2019-05-29
1
-0
/
+3
*
vhost-user: simplify vhost_user_init/vhost_user_cleanup
Marc-André Lureau
2019-03-12
1
-16
/
+4
*
qemu: avoid memory leak while remove disk
Jian Wang
2019-01-14
1
-1
/
+2
*
vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI
Greg Edwards
2018-08-23
1
-0
/
+3
*
vhost-scsi: unify vhost-scsi get_features implementations
Greg Edwards
2018-08-23
1
-13
/
+1
*
vhost-user-scsi: move host_features into VHostSCSICommon
Greg Edwards
2018-08-23
1
-7
/
+8
*
vhost-user: introduce shared vhost-user state
Tiwei Bie
2018-05-24
1
-1
/
+19
*
misc: remove headers implicitly included
Philippe Mathieu-Daudé
2017-12-18
1
-1
/
+0
*
vhost-user-scsi: add missing virtqueue_size param
Dariusz Stojaczyk
2017-11-14
1
-0
/
+2
*
vhost-user-scsi: Introduce vhost-user-scsi host device
Felipe Franciosi
2017-06-15
1
-0
/
+205