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-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
2021-03-07
esp: defer command completion interrupt on incoming data transfers
Mark Cave-Ayland
1
-13
/
+53
2021-03-07
esp: latch individual bits in ESP_RINTR register
Mark Cave-Ayland
1
-16
/
+13
2021-03-07
esp: implement FIFO flush command
Mark Cave-Ayland
1
-0
/
+2
2021-03-07
esp: add 4 byte PDMA read and write transfers
Mark Cave-Ayland
1
-2
/
+4
2021-03-07
esp: remove pdma_origin from ESPState
Mark Cave-Ayland
1
-66
/
+8
2021-03-07
esp: use FIFO for PDMA transfers between initiator and device
Mark Cave-Ayland
1
-34
/
+75
2021-03-07
esp: fix PDMA target selection
Mark Cave-Ayland
1
-19
/
+34
2021-03-07
esp: rename get_cmd_cb() to esp_select()
Mark Cave-Ayland
1
-5
/
+5
2021-03-07
esp: remove CMD pdma_origin
Mark Cave-Ayland
1
-10
/
+12
2021-03-07
esp: use in-built TC to determine PDMA transfer length
Mark Cave-Ayland
1
-15
/
+13
2021-03-07
esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
Mark Cave-Ayland
1
-15
/
+8
2021-03-07
esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
1
-10
/
+14
2021-03-07
esp: remove redundant pdma_start from ESPState
Mark Cave-Ayland
1
-17
/
+2
2021-03-07
esp: remove the buf and buflen parameters from get_cmd()
Mark Cave-Ayland
1
-5
/
+6
2021-03-07
esp: remove buf parameter from do_cmd()
Mark Cave-Ayland
1
-6
/
+7
2021-03-07
esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
Mark Cave-Ayland
1
-31
/
+25
2021-03-07
esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
1
-18
/
+32
2021-03-07
esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
1
-6
/
+28
2021-03-07
esp: introduce esp_pdma_read() and esp_pdma_write() functions
Mark Cave-Ayland
1
-8
/
+20
2021-03-07
esp: remove minlen restriction in handle_ti
Mark Cave-Ayland
1
-10
/
+2
2021-03-07
esp: remove dma_left from ESPState
Mark Cave-Ayland
1
-16
/
+31
2021-03-07
esp: remove dma_counter from ESPState
Mark Cave-Ayland
1
-3
/
+1
2021-03-07
esp: apply transfer length adjustment when STC is zero at TC load time
Mark Cave-Ayland
1
-4
/
+5
2021-03-07
esp: introduce esp_get_stc()
Mark Cave-Ayland
1
-3
/
+12
2021-03-07
esp: introduce esp_get_tc() and esp_set_tc()
Mark Cave-Ayland
1
-15
/
+23
2021-03-07
esp: determine transfer direction directly from SCSI phase
Mark Cave-Ayland
1
-3
/
+2
2021-03-07
esp: add PDMA trace events
Mark Cave-Ayland
2
-0
/
+10
2021-03-07
esp: fix esp_reg_read() trace event
Mark Cave-Ayland
1
-6
/
+12
2021-03-07
esp: add trace event when receiving a TI command
Mark Cave-Ayland
2
-0
/
+2
2021-03-07
esp: add vmstate_esp version to embedded ESPState
Mark Cave-Ayland
2
-3
/
+23
2021-03-07
esp: QOMify the internal ESP device state
Mark Cave-Ayland
2
-20
/
+77
2021-03-07
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
1
-4
/
+4
2021-03-07
esp: checkpatch fixes
Mark Cave-Ayland
1
-21
/
+31
2021-03-06
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
5
-12
/
+124
2021-03-06
scsi: inline sg_io_sense_from_errno() into the callers.
Hannes Reinecke
2
-11
/
+58
2021-03-06
scsi-generic: do not snoop the output of failed commands
Paolo Bonzini
1
-1
/
+4
2021-03-06
lsilogic: Use PCIDevice::exit instead of DeviceState::unrealize
Peng Liang
1
-2
/
+2
2021-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
9
-28
/
+24
[next]