index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
scsi-bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-14
scsi: clear unit attention only for REPORT LUNS commands
Stefano Garzarella
1
-23
/
+11
2023-07-14
scsi: cleanup scsi_clear_unit_attention()
Stefano Garzarella
1
-22
/
+6
2023-07-14
scsi: fetch unit attention when creating the request
Stefano Garzarella
1
-3
/
+33
2023-05-30
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
1
-0
/
+40
2023-05-30
virtio-scsi: avoid race between unplug and transport event
Stefan Hajnoczi
1
-1
/
+2
2023-05-30
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
1
-2
/
+1
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-1
/
+2
2023-03-20
replace TABs with spaces
Yeqi Fu
1
-2
/
+2
2022-10-13
virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
Venu Busireddy
1
-0
/
+18
2022-09-01
scsi: Reject commands if the CDB length exceeds buf_len
John Millikin
1
-1
/
+7
2022-09-01
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
1
-8
/
+13
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
1
-0
/
+1
2022-01-18
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
1
-2
/
+4
2022-01-18
hw/scsi: Rename SCSIRequest::resid as 'residual'
Philippe Mathieu-Daudé
1
-5
/
+5
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-31
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-1
/
+1
2021-09-30
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
1
-2
/
+2
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-06
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
1
-2
/
+31
2021-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
1
-1
/
+1
2020-12-19
migration: Replace migration's JSON writer by the general one
Markus Armbruster
1
-1
/
+1
2020-12-15
scsi: fix device removal race vs IO restart callback on resume
Maxim Levitsky
1
-0
/
+4
2020-10-12
scsi/scsi_bus: fix races in REPORT LUNS
Maxim Levitsky
1
-35
/
+33
2020-10-12
scsi/scsi_bus: Add scsi_device_get
Maxim Levitsky
1
-0
/
+11
2020-10-12
scsi/scsi-bus: scsi_device_find: don't return unrealized devices
Paolo Bonzini
1
-30
/
+53
2020-10-12
scsi: switch to bus->check_address
Paolo Bonzini
1
-47
/
+75
2020-10-12
device-core: use RCU for list of children of a bus
Maxim Levitsky
1
-3
/
+9
2020-10-12
scsi/scsi_bus: switch search direction in scsi_device_find
Maxim Levitsky
1
-2
/
+10
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-2
/
+2
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-7
/
+3
2020-07-10
qdev: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-07-10
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
1
-2
/
+1
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
1
-2
/
+2
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-2
/
+1
2020-07-02
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
1
-1
/
+1
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
1
-2
/
+2
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-9
/
+4
2020-05-15
Drop more @errp parameters after previous commit
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-11-19
scsi: deprecate scsi-disk
Paolo Bonzini
1
-1
/
+11
2019-10-31
scsi: Propagate unrealize() callback to scsi-hd
Sam Eiderman
1
-0
/
+16
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-0
/
+1
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
[next]