index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/scsi: remove 'scsi-disk' device
Daniel P. Berrangé
2021-03-18
1
-62
/
+0
*
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-03-09
1
-1
/
+1
*
scsi: Silence gcc warning
Eric Blake
2021-03-09
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-20210307' into...
Peter Maydell
2021-03-09
3
-318
/
+715
|
\
|
*
esp: add support for unaligned accesses
Mark Cave-Ayland
2021-03-07
1
-7
/
+41
|
*
esp: implement non-DMA transfers in PDMA mode
Mark Cave-Ayland
2021-03-07
1
-36
/
+97
|
*
esp: add trivial implementation of the ESP_RFLAGS register
Mark Cave-Ayland
2021-03-07
1
-0
/
+4
|
*
esp: convert cmdbuf from array to Fifo8
Mark Cave-Ayland
2021-03-07
1
-55
/
+96
|
*
esp: convert ti_buf from array to Fifo8
Mark Cave-Ayland
2021-03-07
1
-44
/
+74
|
*
esp: transition to message out phase after SATN and stop command
Mark Cave-Ayland
2021-03-07
1
-14
/
+58
|
*
esp: add maxlen parameter to get_cmd()
Mark Cave-Ayland
2021-03-07
1
-9
/
+11
|
*
esp: raise interrupt after every non-DMA byte transferred to the FIFO
Mark Cave-Ayland
2021-03-07
1
-0
/
+6
|
*
esp: remove old deferred command completion mechanism
Mark Cave-Ayland
2021-03-07
1
-26
/
+9
|
*
esp: defer command completion interrupt on incoming data transfers
Mark Cave-Ayland
2021-03-07
1
-13
/
+53
|
*
esp: latch individual bits in ESP_RINTR register
Mark Cave-Ayland
2021-03-07
1
-16
/
+13
|
*
esp: implement FIFO flush command
Mark Cave-Ayland
2021-03-07
1
-0
/
+2
|
*
esp: add 4 byte PDMA read and write transfers
Mark Cave-Ayland
2021-03-07
1
-2
/
+4
|
*
esp: remove pdma_origin from ESPState
Mark Cave-Ayland
2021-03-07
1
-66
/
+8
|
*
esp: use FIFO for PDMA transfers between initiator and device
Mark Cave-Ayland
2021-03-07
1
-34
/
+75
|
*
esp: fix PDMA target selection
Mark Cave-Ayland
2021-03-07
1
-19
/
+34
|
*
esp: rename get_cmd_cb() to esp_select()
Mark Cave-Ayland
2021-03-07
1
-5
/
+5
|
*
esp: remove CMD pdma_origin
Mark Cave-Ayland
2021-03-07
1
-10
/
+12
|
*
esp: use in-built TC to determine PDMA transfer length
Mark Cave-Ayland
2021-03-07
1
-15
/
+13
|
*
esp: use ti_wptr/ti_rptr to manage the current FIFO position for PDMA
Mark Cave-Ayland
2021-03-07
1
-15
/
+8
|
*
esp: move PDMA length adjustments into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
1
-10
/
+14
|
*
esp: remove redundant pdma_start from ESPState
Mark Cave-Ayland
2021-03-07
1
-17
/
+2
|
*
esp: remove the buf and buflen parameters from get_cmd()
Mark Cave-Ayland
2021-03-07
1
-5
/
+6
|
*
esp: remove buf parameter from do_cmd()
Mark Cave-Ayland
2021-03-07
1
-6
/
+7
|
*
esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf
Mark Cave-Ayland
2021-03-07
1
-31
/
+25
|
*
esp: move pdma_len and TC logic into esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
1
-18
/
+32
|
*
esp: use pdma_origin directly in esp_pdma_read()/esp_pdma_write()
Mark Cave-Ayland
2021-03-07
1
-6
/
+28
|
*
esp: introduce esp_pdma_read() and esp_pdma_write() functions
Mark Cave-Ayland
2021-03-07
1
-8
/
+20
|
*
esp: remove minlen restriction in handle_ti
Mark Cave-Ayland
2021-03-07
1
-10
/
+2
|
*
esp: remove dma_left from ESPState
Mark Cave-Ayland
2021-03-07
1
-16
/
+31
|
*
esp: remove dma_counter from ESPState
Mark Cave-Ayland
2021-03-07
1
-3
/
+1
|
*
esp: apply transfer length adjustment when STC is zero at TC load time
Mark Cave-Ayland
2021-03-07
1
-4
/
+5
|
*
esp: introduce esp_get_stc()
Mark Cave-Ayland
2021-03-07
1
-3
/
+12
|
*
esp: introduce esp_get_tc() and esp_set_tc()
Mark Cave-Ayland
2021-03-07
1
-15
/
+23
|
*
esp: determine transfer direction directly from SCSI phase
Mark Cave-Ayland
2021-03-07
1
-3
/
+2
|
*
esp: add PDMA trace events
Mark Cave-Ayland
2021-03-07
2
-0
/
+10
|
*
esp: fix esp_reg_read() trace event
Mark Cave-Ayland
2021-03-07
1
-6
/
+12
|
*
esp: add trace event when receiving a TI command
Mark Cave-Ayland
2021-03-07
2
-0
/
+2
|
*
esp: add vmstate_esp version to embedded ESPState
Mark Cave-Ayland
2021-03-07
2
-3
/
+23
|
*
esp: QOMify the internal ESP device state
Mark Cave-Ayland
2021-03-07
2
-20
/
+77
|
*
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
2021-03-07
1
-4
/
+4
|
*
esp: checkpatch fixes
Mark Cave-Ayland
2021-03-07
1
-21
/
+31
*
|
scsi: move host_status handling into SCSI drivers
Hannes Reinecke
2021-03-06
5
-12
/
+124
*
|
scsi: inline sg_io_sense_from_errno() into the callers.
Hannes Reinecke
2021-03-06
2
-11
/
+58
*
|
scsi-generic: do not snoop the output of failed commands
Paolo Bonzini
2021-03-06
1
-1
/
+4
*
|
lsilogic: Use PCIDevice::exit instead of DeviceState::unrealize
Peng Liang
2021-03-06
1
-2
/
+2
|
/
[next]