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
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2022-03-24
hw: Fix misleading hexadecimal format
Philippe Mathieu-Daudé
1
-2
/
+2
2022-03-09
esp: recreate ESPState current_req after migration
Mark Cave-Ayland
1
-0
/
+10
2022-03-09
esp: include the current PDMA callback in the migration stream
Mark Cave-Ayland
1
-0
/
+31
2022-03-09
esp: convert ESPState pdma_cb from a function pointer to an integer
Mark Cave-Ayland
1
-13
/
+31
2022-03-09
esp: introduce esp_pdma_cb() function
Mark Cave-Ayland
1
-2
/
+7
2022-03-09
esp: introduce esp_set_pdma_cb() function
Mark Cave-Ayland
1
-7
/
+12
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
3
-0
/
+3
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
1
-1
/
+1
2022-01-29
Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...
Peter Maydell
2
-2
/
+0
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2
-2
/
+0
2022-01-28
rtc: Move RTC function prototypes to their own header
Peter Maydell
1
-1
/
+1
2022-01-18
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...
Peter Maydell
1
-14
/
+3
2022-01-18
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
2
-19
/
+46
2022-01-18
hw/dma: Use dma_addr_t type definition when relevant
Philippe Mathieu-Daudé
1
-5
/
+5
2022-01-18
hw/scsi: Rename SCSIRequest::resid as 'residual'
Philippe Mathieu-Daudé
3
-24
/
+32
2022-01-18
hw/scsi/megasas: Simplify using the ldst API
Philippe Mathieu-Daudé
1
-14
/
+3
2022-01-12
virtio: unify dataplane and non-dataplane ->handle_output()
Stefan Hajnoczi
1
-48
/
+6
2022-01-12
virtio-scsi: prepare virtio_scsi_handle_cmd for dataplane
Stefan Hajnoczi
1
-1
/
+1
2022-01-12
virtio: get rid of VirtIOHandleAIOOutput
Stefan Hajnoczi
1
-12
/
+6
2022-01-07
hw/scsi/vhost-scsi: don't double close vhostfd on error
Daniil Tatianin
1
-1
/
+8
2022-01-07
hw/scsi/vhost-scsi: don't leak vqs on error
Daniil Tatianin
1
-2
/
+4
2021-12-31
pci: Let ld*_pci_dma() propagate MemTxResult
Philippe Mathieu-Daudé
3
-20
/
+33
2021-12-31
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
3
-11
/
+18
2021-12-31
pci: Let st*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2
-6
/
+12
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
2
-13
/
+13
2021-12-31
dma: Let dma_buf_write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2
-2
/
+2
2021-12-31
pci: Let pci_dma_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-12-30
dma: Have dma_buf_read() / dma_buf_write() take a void pointer
Philippe Mathieu-Daudé
1
-11
/
+11
2021-12-30
hw/scsi/megasas: Use uint32_t for reply queue head/tail values
Philippe Mathieu-Daudé
2
-6
/
+6
2021-12-18
hw/scsi/megasas: Fails command if SGL buffer overflows
Philippe Mathieu-Daudé
1
-0
/
+1
2021-11-30
hw/scsi/lsi53c895a: Do not abort when DMA requested and no data queued
Philippe Mathieu-Daudé
1
-2
/
+1
2021-11-19
esp: ensure that async_len is reset to 0 during esp_hard_reset()
Mark Cave-Ayland
1
-0
/
+1
2021-11-08
hw/scsi/scsi-disk: MODE_PAGE_ALLS not allowed in MODE SELECT commands
Mauro Matteo Cascella
1
-0
/
+6
2021-11-02
esp: ensure in-flight SCSI requests are always cancelled
Mark Cave-Ayland
1
-5
/
+5
2021-10-06
block: introduce max_hw_iov for use in scsi-generic
Paolo Bonzini
1
-1
/
+1
2021-09-30
qbus: Rename qbus_create_inplace() to qbus_init()
Peter Maydell
1
-1
/
+1
2021-09-30
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
9
-14
/
+11
2021-08-26
vhost-scsi: Plug memory leak on migrate_add_blocker() failure
Markus Armbruster
1
-2
/
+2
2021-07-02
virtio: Clarify MR transaction optimization
Greg Kurz
1
-0
/
+16
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2
-6
/
+2
2021-06-25
block: add max_hw_transfer to BlockLimits
Paolo Bonzini
1
-1
/
+1
2021-06-25
scsi-generic: pass max_segments via max_iov field in BlockLimits
Paolo Bonzini
1
-2
/
+4
2021-06-15
esp: store lun coming from the MESSAGE OUT phase
Paolo Bonzini
2
-17
/
+33
2021-06-15
esp: fix migration version check in esp_is_version_5()
Mark Cave-Ayland
1
-1
/
+1
2021-06-15
esp: correctly accumulate extended messages for PDMA
Mark Cave-Ayland
1
-3
/
+20
2021-06-15
esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"
Mark Cave-Ayland
1
-3
/
+0
2021-06-15
esp: ensure PDMA write transfers are flushed from the FIFO to the target imme...
Mark Cave-Ayland
1
-14
/
+11
2021-06-15
esp: handle non-DMA transfers from the target one byte at a time
Mark Cave-Ayland
1
-22
/
+50
[next]