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
/
scsi-bus.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: Don't ignore most usb-storage properties
Kevin Wolf
2024-02-07
1
-20
/
+13
*
scsi: Await request purging
Hanna Czenczek
2024-02-07
1
-9
/
+21
*
hw/scsi: Constify VMState
Richard Henderson
2023-12-30
1
-3
/
+3
*
scsi: remove AioContext locking
Stefan Hajnoczi
2023-12-21
1
-2
/
+0
*
scsi: only access SCSIDevice->requests from one thread
Stefan Hajnoczi
2023-12-21
1
-56
/
+125
*
scsi: clear unit attention only for REPORT LUNS commands
Stefano Garzarella
2023-07-14
1
-23
/
+11
*
scsi: cleanup scsi_clear_unit_attention()
Stefano Garzarella
2023-07-14
1
-22
/
+6
*
scsi: fetch unit attention when creating the request
Stefano Garzarella
2023-07-14
1
-3
/
+33
*
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
2023-05-30
1
-0
/
+40
*
virtio-scsi: avoid race between unplug and transport event
Stefan Hajnoczi
2023-05-30
1
-1
/
+2
*
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
2023-05-30
1
-2
/
+1
*
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2023-04-28
1
-1
/
+2
*
replace TABs with spaces
Yeqi Fu
2023-03-20
1
-2
/
+2
*
virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug events
Venu Busireddy
2022-10-13
1
-0
/
+18
*
scsi: Reject commands if the CDB length exceeds buf_len
John Millikin
2022-09-01
1
-1
/
+7
*
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
1
-8
/
+13
*
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
2022-01-18
1
-2
/
+4
*
hw/scsi: Rename SCSIRequest::resid as 'residual'
Philippe Mathieu-Daudé
2022-01-18
1
-5
/
+5
*
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+1
*
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+1
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-1
/
+1
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-2
/
+2
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
2021-03-06
1
-2
/
+31
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
1
-1
/
+1
*
migration: Replace migration's JSON writer by the general one
Markus Armbruster
2020-12-19
1
-1
/
+1
*
scsi: fix device removal race vs IO restart callback on resume
Maxim Levitsky
2020-12-15
1
-0
/
+4
*
scsi/scsi_bus: fix races in REPORT LUNS
Maxim Levitsky
2020-10-12
1
-35
/
+33
*
scsi/scsi_bus: Add scsi_device_get
Maxim Levitsky
2020-10-12
1
-0
/
+11
*
scsi/scsi-bus: scsi_device_find: don't return unrealized devices
Paolo Bonzini
2020-10-12
1
-30
/
+53
*
scsi: switch to bus->check_address
Paolo Bonzini
2020-10-12
1
-47
/
+75
*
device-core: use RCU for list of children of a bus
Maxim Levitsky
2020-10-12
1
-3
/
+9
*
scsi/scsi_bus: switch search direction in scsi_device_find
Maxim Levitsky
2020-10-12
1
-2
/
+10
*
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
2020-09-22
1
-2
/
+2
*
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
1
-7
/
+3
*
qdev: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qom: Use returned bool to check for failure, Coccinelle part
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
1
-2
/
+2
*
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-07-10
1
-2
/
+1
*
qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp
Markus Armbruster
2020-07-02
1
-1
/
+1
*
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
2020-06-23
1
-1
/
+1
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-2
/
+2
*
qdev: Unrealize must not fail
Markus Armbruster
2020-05-15
1
-9
/
+4
*
Drop more @errp parameters after previous commit
Markus Armbruster
2020-05-15
1
-1
/
+1
*
qom: Drop parameter @errp of object_property_add() & friends
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
*
scsi: deprecate scsi-disk
Paolo Bonzini
2019-11-19
1
-1
/
+11
*
scsi: Propagate unrealize() callback to scsi-hd
Sam Eiderman
2019-10-31
1
-0
/
+16
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
1
-0
/
+1
[next]