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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-06
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
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
9
-14
/
+11
2021-08-26
vhost-scsi: Plug memory leak on migrate_add_blocker() failure
Markus Armbruster
1
-2
/
+2
2021-07-02
virtio: Clarify MR transaction optimization
Greg Kurz
1
-0
/
+16
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2
-6
/
+2
2021-06-25
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
1
-1
/
+1
2021-06-25
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
1
-2
/
+4
2021-06-15
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
2
-17
/
+33
2021-06-15
esp: fix migration version check in esp_is_version_5()
Mark Cave-Ayland
1
-1
/
+1
2021-06-15
esp: correctly accumulate extended messages for PDMA
Mark Cave-Ayland
1
-3
/
+20
2021-06-15
esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
Mark Cave-Ayland
1
-3
/
+0
2021-06-15
esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...
Mark Cave-Ayland
1
-14
/
+11
2021-06-15
esp: handle non-DMA transfers from the target one byte at a time
Mark Cave-Ayland
1
-22
/
+50
2021-06-15
esp: allow non-DMA callback in esp_transfer_data() initial transfer
Mark Cave-Ayland
1
-12
/
+2
2021-06-15
esp: only set ESP_RSEQ at the start of the select sequence
Mark Cave-Ayland
1
-2
/
+9
2021-06-15
esp: only assert INTR_DC interrupt flag if selection fails
Mark Cave-Ayland
1
-1
/
+1
2021-06-15
block/scsi: correctly emulate the VPD block limits page
Maxim Levitsky
1
-2
/
+7
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-26
hw/scsi: Fix sector translation bug in scsi_unmap_complete_noio
Kit Westneat
1
-5
/
+7
2021-05-16
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-18
/
+38
2021-05-14
virtio-scsi: Configure all host notifiers in a single MR transaction
Greg Kurz
1
-0
/
+16
2021-05-14
virtio-scsi: Set host notifiers and callbacks separately
Greg Kurz
1
-18
/
+22
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-04-19
mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
Michael Tokarev
2
-7
/
+0
2021-04-12
esp: ensure that do_cmd is set to zero before submitting an ESP select command
Mark Cave-Ayland
1
-0
/
+2
2021-04-12
esp: don't reset async_len directly in esp_select() if cancelling request
Mark Cave-Ayland
1
-1
/
+1
2021-04-12
esp: don't overflow cmdfifo if TC is larger than the cmdfifo size
Mark Cave-Ayland
1
-0
/
+1
2021-04-12
esp: don't overflow cmdfifo in get_cmd()
Mark Cave-Ayland
1
-0
/
+2
2021-04-12
esp: don't underflow cmdfifo in do_cmd()
Mark Cave-Ayland
1
-2
/
+4
2021-04-12
esp: ensure cmdfifo is not empty and current_dev is non-NULL
Mark Cave-Ayland
1
-0
/
+3
2021-04-12
esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()
Mark Cave-Ayland
1
-12
/
+28
2021-04-12
esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()
Mark Cave-Ayland
1
-14
/
+6
2021-04-12
esp: consolidate esp_cmdfifo_push() into esp_fifo_push()
Mark Cave-Ayland
1
-19
/
+8
2021-04-12
esp: rework write_response() to avoid using the FIFO for DMA transactions
Mark Cave-Ayland
1
-7
/
+6
2021-04-12
esp: always check current_req is not NULL before use in DMA callbacks
Mark Cave-Ayland
1
-5
/
+14
2021-04-12
esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
Mark Cave-Ayland
2
-3
/
+5
2021-03-18
hw/scsi: remove 'scsi-disk' device
Daniel P. Berrangé
1
-62
/
+0
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-09
scsi: Silence gcc warning
Eric Blake
1
-0
/
+1
2021-03-09
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...
Peter Maydell
3
-318
/
+715
2021-03-07
esp: add support for unaligned accesses
Mark Cave-Ayland
1
-7
/
+41
2021-03-07
esp: implement non-DMA transfers in PDMA mode
Mark Cave-Ayland
1
-36
/
+97
2021-03-07
esp: add trivial implementation of the ESP_RFLAGS register
Mark Cave-Ayland
1
-0
/
+4
2021-03-07
esp: convert cmdbuf from array to Fifo8
Mark Cave-Ayland
1
-55
/
+96
2021-03-07
esp: convert ti_buf from array to Fifo8
Mark Cave-Ayland
1
-44
/
+74
2021-03-07
esp: transition to message out phase after SATN and stop command
Mark Cave-Ayland
1
-14
/
+58
2021-03-07
esp: add maxlen parameter to get_cmd()
Mark Cave-Ayland
1
-9
/
+11
2021-03-07
esp: raise interrupt after every non-DMA byte transferred to the FIFO
Mark Cave-Ayland
1
-0
/
+6
2021-03-07
esp: remove old deferred command completion mechanism
Mark Cave-Ayland
1
-26
/
+9
[next]