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
/
virtio-scsi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtio-scsi: Attach event vq notifier with no_poll
Hanna Czenczek
2024-02-07
1
-1
/
+6
*
hw/scsi: Constify VMState
Richard Henderson
2023-12-30
1
-1
/
+1
*
scsi: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-18
/
+0
*
virtio-scsi: replace AioContext lock with tmf_bh_lock
Stefan Hajnoczi
2023-12-21
1
-21
/
+41
*
util/defer-call: move defer_call() to util/
Stefan Hajnoczi
2023-10-31
1
-0
/
+1
*
block: rename blk_io_plug_call() API to defer_call()
Stefan Hajnoczi
2023-10-31
1
-3
/
+3
*
hw/scsi/virtio-scsi: Use VIRTIO_SCSI_COMMON() macro
Philippe Mathieu-Daudé
2023-10-19
1
-1
/
+1
*
virtio-scsi: avoid dangling host notifier in ->ioeventfd_stop()
Stefan Hajnoczi
2023-06-26
1
-2
/
+18
*
block: add blk_io_plug_call() API
Stefan Hajnoczi
2023-06-01
1
-3
/
+3
*
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
2023-05-30
1
-0
/
+38
*
virtio-scsi: stop using aio_disable_external() during unplug
Stefan Hajnoczi
2023-05-30
1
-3
/
+0
*
virtio-scsi: avoid race between unplug and transport event
Stefan Hajnoczi
2023-05-30
1
-25
/
+61
*
virtio-scsi: reset SCSI devices from main loop thread
Stefan Hajnoczi
2023-02-23
1
-36
/
+133
*
include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
Markus Armbruster
2023-01-08
1
-0
/
+1
*
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
[next]