index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
virtio-scsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-10-18
1
-3
/
+3
*
virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
Venu Busireddy
2022-10-13
1
-0
/
+2
*
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
1
-2
/
+3
*
virtio: drop name parameter for virtio_init()
Jonah Palmer
2022-05-16
1
-2
/
+1
*
virtio-scsi: move request-related items from .h to .c
Stefan Hajnoczi
2022-05-09
1
-4
/
+41
*
virtio-scsi: clean up virtio_scsi_handle_cmd_vq()
Stefan Hajnoczi
2022-05-09
1
-4
/
+1
*
virtio-scsi: clean up virtio_scsi_handle_ctrl_vq()
Stefan Hajnoczi
2022-05-09
1
-4
/
+1
*
virtio-scsi: clean up virtio_scsi_handle_event_vq()
Stefan Hajnoczi
2022-05-09
1
-3
/
+1
*
virtio-scsi: fix ctrl and event handler functions in dataplane mode
Stefan Hajnoczi
2022-05-09
1
-15
/
+27
*
virtio-scsi: prepare virtio_scsi_handle_cmd for dataplane
Stefan Hajnoczi
2022-01-12
1
-1
/
+1
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-2
/
+2
*
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
2021-03-06
1
-0
/
+46
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
1
-3
/
+2
*
block: Honor blk_set_aio_context() context requirements
Sergio Lopez
2021-01-20
1
-2
/
+4
*
virtio-scsi: trace events
Hannes Reinecke
2021-01-12
1
-1
/
+29
*
virtio-scsi: use scsi_device_get
Maxim Levitsky
2020-10-12
1
-8
/
+13
*
device-core: use RCU for list of children of a bus
Maxim Levitsky
2020-10-12
1
-1
/
+5
*
virtio-scsi-pci: default num_queues to -smp N
Stefan Hajnoczi
2020-08-27
1
-1
/
+5
*
virtio-scsi: introduce a constant for fixed virtqueues
Stefan Hajnoczi
2020-08-27
1
-3
/
+4
*
qdev: Drop qbus_set_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-2
/
+2
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-1
/
+1
*
virtio: increase virtqueue size for virtio-scsi and virtio-blk
Denis Plotnikov
2020-02-22
1
-1
/
+1
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
virtio-scsi: convert to new virtio_delete_queue
Pan Nengyuan
2020-01-24
1
-3
/
+3
*
virtio-scsi: delete vqs in unrealize to avoid memleaks
Pan Nengyuan
2020-01-24
1
-0
/
+6
*
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
2020-01-06
1
-1
/
+9
*
virtio: don't enable notifications during polling
Stefan Hajnoczi
2020-01-05
1
-2
/
+7
*
virtio: basic packed virtqueue support
Jason Wang
2019-10-25
1
-1
/
+2
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
virtio-scsi: fixed virtio_scsi_ctx_check failed when detaching scsi disk
Zhengui li
2019-07-24
1
-2
/
+5
*
virtio-scsi: remove unused argument to virtio_scsi_common_realize
Paolo Bonzini
2019-07-19
1
-2
/
+2
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
hw/scsi: Use the QOM BUS() macro to access BusState.qbus
Philippe Mathieu-Daudé
2019-06-06
1
-1
/
+1
*
scsi-disk: Use qdev_prop_drive_iothread
Kevin Wolf
2019-06-04
1
-7
/
+8
*
block: Add Error to blk_set_aio_context()
Kevin Wolf
2019-06-04
1
-3
/
+7
*
virtio-scsi: Fix build with gcc 9
Greg Kurz
2019-03-11
1
-1
/
+7
*
qdev: pass an Object * to qbus_set_hotplug_handler()
Michael Roth
2019-02-17
1
-1
/
+1
*
virtio-scsi: Forbid devices with different iothreads sharing a blockdev
Alberto Garcia
2019-02-01
1
-0
/
+7
*
virtio-scsi: Move BlockBackend back to the main AioContext on unplug
Alberto Garcia
2019-02-01
1
-0
/
+6
*
call HotplugHandler->plug() as the last step in device realization
Igor Mammedov
2018-10-19
1
-10
/
+1
*
virtio-scsi: fix hotplug ->reset() vs event race
Stefan Hajnoczi
2018-07-16
1
-1
/
+10
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-1
/
+1
*
virtio-scsi: Add virtqueue_size parameter allowing virtqueue size to be set.
Richard W.M. Jones
2017-09-19
1
-3
/
+5
*
virtio-scsi: Convert to DEFINE_PROP_LINK
Fam Zheng
2017-07-14
1
-11
/
+2
*
virtio-scsi: finalize IOMMU support
Jason Wang
2017-07-04
1
-1
/
+2
*
virtio-scsi: Unset hotplug handler when unrealize
Fam Zheng
2017-06-06
1
-0
/
+3
*
scsi: Make errp the last parameter of virtio_scsi_common_realize
Fam Zheng
2017-04-24
1
-4
/
+7
*
virtio-scsi: Fix acquire/release in dataplane handlers
Fam Zheng
2017-03-24
1
-13
/
+14
*
virtio-scsi: Make virtio_scsi_acquire/release public
Fam Zheng
2017-03-24
1
-14
/
+0
[next]