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
*
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-06-02
1
-1
/
+1
*
hw/scsi: Fix sector translation bug in scsi_unmap_complete_noio
Kit Westneat
2021-05-26
1
-5
/
+7
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2021-05-16
1
-18
/
+38
|
\
|
*
virtio-scsi: Configure all host notifiers in a single MR transaction
Greg Kurz
2021-05-14
1
-0
/
+16
|
*
virtio-scsi: Set host notifiers and callbacks separately
Greg Kurz
2021-05-14
1
-18
/
+22
*
|
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
|
/
*
mptsas: Remove unused MPTSASState 'pending' field (CVE-2021-3392)
Michael Tokarev
2021-04-19
2
-7
/
+0
*
esp: ensure that do_cmd is set to zero before submitting an ESP select command
Mark Cave-Ayland
2021-04-12
1
-0
/
+2
*
esp: don't reset async_len directly in esp_select() if cancelling request
Mark Cave-Ayland
2021-04-12
1
-1
/
+1
*
esp: don't overflow cmdfifo if TC is larger than the cmdfifo size
Mark Cave-Ayland
2021-04-12
1
-0
/
+1
*
esp: don't overflow cmdfifo in get_cmd()
Mark Cave-Ayland
2021-04-12
1
-0
/
+2
*
esp: don't underflow cmdfifo in do_cmd()
Mark Cave-Ayland
2021-04-12
1
-2
/
+4
*
esp: ensure cmdfifo is not empty and current_dev is non-NULL
Mark Cave-Ayland
2021-04-12
1
-0
/
+3
*
esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()
Mark Cave-Ayland
2021-04-12
1
-12
/
+28
*
esp: consolidate esp_cmdfifo_pop() into esp_fifo_pop()
Mark Cave-Ayland
2021-04-12
1
-14
/
+6
*
esp: consolidate esp_cmdfifo_push() into esp_fifo_push()
Mark Cave-Ayland
2021-04-12
1
-19
/
+8
*
esp: rework write_response() to avoid using the FIFO for DMA transactions
Mark Cave-Ayland
2021-04-12
1
-7
/
+6
*
esp: always check current_req is not NULL before use in DMA callbacks
Mark Cave-Ayland
2021-04-12
1
-5
/
+14
*
esp: fix setting of ESPState mig_version_id when launching QEMU with -S option
Mark Cave-Ayland
2021-04-12
2
-3
/
+5
*
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
[next]