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
*
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
2
-2
/
+2
*
pci: Let pci_dma_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-1
/
+1
*
dma: Have dma_buf_read() / dma_buf_write() take a void pointer
Philippe Mathieu-Daudé
2021-12-30
1
-11
/
+11
*
hw/scsi/megasas: Use uint32_t for reply queue head/tail values
Philippe Mathieu-Daudé
2021-12-30
2
-6
/
+6
*
hw/scsi/megasas: Fails command if SGL buffer overflows
Philippe Mathieu-Daudé
2021-12-18
1
-0
/
+1
*
hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
Philippe Mathieu-Daudé
2021-11-30
1
-2
/
+1
*
esp: ensure that async_len is reset to 0 during esp_hard_reset()
Mark Cave-Ayland
2021-11-19
1
-0
/
+1
*
hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands
Mauro Matteo Cascella
2021-11-08
1
-0
/
+6
*
esp: ensure in-flight SCSI requests are always cancelled
Mark Cave-Ayland
2021-11-02
1
-5
/
+5
*
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
2021-10-06
1
-1
/
+1
*
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
2021-09-30
1
-1
/
+1
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
9
-14
/
+11
*
vhost-scsi: Plug memory leak on migrate_add_blocker() failure
Markus Armbruster
2021-08-26
1
-2
/
+2
*
virtio: Clarify MR transaction optimization
Greg Kurz
2021-07-02
1
-0
/
+16
*
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2021-06-30
2
-6
/
+2
*
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
2021-06-25
1
-1
/
+1
*
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
2021-06-25
1
-2
/
+4
*
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
2021-06-15
2
-17
/
+33
*
esp: fix migration version check in esp_is_version_5()
Mark Cave-Ayland
2021-06-15
1
-1
/
+1
*
esp: correctly accumulate extended messages for PDMA
Mark Cave-Ayland
2021-06-15
1
-3
/
+20
*
esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
Mark Cave-Ayland
2021-06-15
1
-3
/
+0
*
esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...
Mark Cave-Ayland
2021-06-15
1
-14
/
+11
*
esp: handle non-DMA transfers from the target one byte at a time
Mark Cave-Ayland
2021-06-15
1
-22
/
+50
*
esp: allow non-DMA callback in esp_transfer_data() initial transfer
Mark Cave-Ayland
2021-06-15
1
-12
/
+2
*
esp: only set ESP_RSEQ at the start of the select sequence
Mark Cave-Ayland
2021-06-15
1
-2
/
+9
*
esp: only assert INTR_DC interrupt flag if selection fails
Mark Cave-Ayland
2021-06-15
1
-1
/
+1
*
block/scsi: correctly emulate the VPD block limits page
Maxim Levitsky
2021-06-15
1
-2
/
+7
*
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
|
\
[next]