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
/
esp.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+6
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
1
-0
/
+1
2021-03-07
esp: add vmstate_esp version to embedded ESPState
Mark Cave-Ayland
1
-2
/
+21
2021-03-07
esp: QOMify the internal ESP device state
Mark Cave-Ayland
1
-7
/
+40
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-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
1
-4
/
+3
2020-09-09
esp: Rename ESP_STATE to ESP
Eduardo Habkost
1
-3
/
+3
2020-02-18
hw/scsi/esp: Remove superfluous semicolon
Philippe Mathieu-Daudé
1
-1
/
+1
2019-10-28
esp: add pseudo-DMA as used by Macintosh
Laurent Vivier
1
-9
/
+269
2019-10-28
esp: move get_cmd() post-DMA code to get_cmd_cb()
Laurent Vivier
1
-17
/
+29
2019-10-28
esp: move handle_ti_cmd() cleanup code to esp_do_dma().
Laurent Vivier
1
-2
/
+10
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-01-11
scsi: esp: Defer command completion until previous interrupts have been handled
Guenter Roeck
1
-7
/
+26
2018-06-28
esp: remove legacy esp_init() function
Mark Cave-Ayland
1
-30
/
+0
2018-05-31
Make MemoryRegion valid.accepts callback take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-03-12
hw/mips/jazz: Fix implicit creation of "-drive if=scsi" devices
Thomas Huth
1
-5
/
+7
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-1
/
+0
2017-10-31
esp: move TYPE_ESP and SysBusESPState from esp.c to esp.h
Mark Cave-Ayland
1
-13
/
+0
2017-09-19
scsi/esp: Rename the ESP macro to ESP_STATE
Kamil Rytarowski
1
-5
/
+5
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
1
-6
/
+0
2016-11-22
scsi/esp: do not raise an interrupt when reading the FIFO register
Hervé Poussineau
1
-2
/
+0
2016-06-29
scsi: esp: fix migration
Paolo Bonzini
1
-2
/
+3
2016-06-16
scsi: esp: make cmdbuf big enough for maximum CDB size
Prasad J Pandit
1
-2
/
+4
2016-06-16
scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmd
Paolo Bonzini
1
-7
/
+4
2016-06-16
scsi: esp: respect FIFO invariant after message phase
Paolo Bonzini
1
-1
/
+1
2016-06-16
scsi: esp: check buffer length before reading scsi command
Prasad J Pandit
1
-0
/
+3
2016-06-06
scsi: esp: check TI buffer index before read/write
Prasad J Pandit
1
-11
/
+9
2016-05-23
esp: check dma length before reading scsi command(CVE-2016-4441)
Prasad J Pandit
1
-4
/
+7
[prev]
[next]