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
/
megasas.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-18
hw/scsi: Rename SCSIRequest::resid as 'residual'
Philippe Mathieu-Daudé
1
-17
/
+25
2021-12-31
pci: Let ld*_pci_dma() propagate MemTxResult
Philippe Mathieu-Daudé
1
-9
/
+12
2021-12-31
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-6
/
+10
2021-12-31
pci: Let st*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-5
/
+10
2021-12-31
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
1
-12
/
+12
2021-12-31
dma: Let dma_buf_write() 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é
1
-2
/
+2
2021-12-18
hw/scsi/megasas: Fails command if SGL buffer overflows
Philippe Mathieu-Daudé
1
-0
/
+1
2021-09-30
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
1
-2
/
+1
2021-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
1
-4
/
+2
2021-02-20
hw/scsi/megasas: Remove pointless parenthesis
Philippe Mathieu-Daudé
1
-2
/
+2
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-09-30
hw: megasas: consider 'iov_count=0' is an error in megasas_map_sgl
Li Qiang
1
-1
/
+1
2020-09-30
hw: megasas: return -1 when 'megasas_map_sgl' fails
Li Qiang
1
-2
/
+2
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
1
-6
/
+2
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
1
-4
/
+7
2020-08-27
megasas: Rename QOM class cast macros
Eduardo Habkost
1
-6
/
+6
2020-06-26
hw/scsi/megasas: Fix possible out-of-bounds array access in tracepoints
Thomas Huth
1
-13
/
+23
2020-06-10
megasas: use unsigned type for positive numeric fields
Prasad J Pandit
1
-19
/
+19
2020-06-10
megasas: avoid NULL pointer dereference
Prasad J Pandit
1
-1
/
+1
2020-06-10
megasas: use unsigned type for reply_queue_head and check index
Prasad J Pandit
1
-2
/
+2
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu-common.h exactly where needed
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-05-15
megasas: fix mapped frame size
Peter Lieven
1
-1
/
+1
2018-08-23
megasas: fix sglist leak
Marc-André Lureau
1
-1
/
+1
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
1
-4
/
+0
2017-12-05
pci: Add pci_dev_bus_num() helper
David Gibson
1
-1
/
+1
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
1
-0
/
+4
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
1
-0
/
+6
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
1
-1
/
+1
2017-06-15
megasas: always store SCSIRequest* into MegasasCmd
Paolo Bonzini
1
-15
/
+16
2017-06-15
megasas: do not read SCSI req parameters more than once from frame
Paolo Bonzini
1
-34
/
+26
2017-06-15
megasas: do not read command more than once from frame
Paolo Bonzini
1
-35
/
+25
2017-06-15
megasas: do not read DCMD opcode more than once from frame
Paolo Bonzini
1
-14
/
+11
2017-06-15
megasas: do not read iovec count more than once from frame
Paolo Bonzini
1
-4
/
+5
2017-06-15
megasas: do not read sense length more than once from frame
Paolo Bonzini
1
-2
/
+4
2017-05-05
scsi: avoid an off-by-one error in megasas_mmio_write
Prasad J Pandit
1
-5
/
+5
2017-03-24
trace: Fix incorrect megasas trace parameters
Eric Blake
1
-3
/
+3
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
1
-4
/
+0
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
1
-1
/
+3
2017-01-24
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
1
-1
/
+1
2017-01-16
megasas: fix guest-triggered memory leak
Paolo Bonzini
1
-5
/
+6
2016-11-28
megasas: clean up and fix request completion/cancellation
Paolo Bonzini
1
-25
/
+28
2016-11-28
megasas: do not call pci_dma_unmap after having freed the frame once
Paolo Bonzini
1
-1
/
+4
2016-09-13
Revert "megasas: remove useless check for cmd->frame"
Paolo Bonzini
1
-1
/
+5
[next]