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
/
megasas.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: Use device_cold_reset() and bus_cold_reset()
Peter Maydell
2022-10-18
1
-1
/
+1
*
scsi: Add buf_len parameter to scsi_req_new()
John Millikin
2022-09-01
1
-5
/
+5
*
include: Move hardware version declarations to new qemu/hw-version.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...
Peter Maydell
2022-01-29
1
-1
/
+0
|
\
|
*
Remove unnecessary minimum_version_id_old fields
Peter Maydell
2022-01-28
1
-1
/
+0
*
|
rtc: Move RTC function prototypes to their own header
Peter Maydell
2022-01-28
1
-1
/
+1
|
/
*
Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...
Peter Maydell
2022-01-18
1
-14
/
+3
|
\
|
*
hw/scsi/megasas: Simplify using the ldst API
Philippe Mathieu-Daudé
2022-01-18
1
-14
/
+3
*
|
hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult
Philippe Mathieu-Daudé
2022-01-18
1
-17
/
+42
*
|
hw/dma: Use dma_addr_t type definition when relevant
Philippe Mathieu-Daudé
2022-01-18
1
-5
/
+5
*
|
hw/scsi: Rename SCSIRequest::resid as 'residual'
Philippe Mathieu-Daudé
2022-01-18
1
-17
/
+25
|
/
*
pci: Let ld*_pci_dma() propagate MemTxResult
Philippe Mathieu-Daudé
2021-12-31
1
-9
/
+12
*
pci: Let ld*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-6
/
+10
*
pci: Let st*_pci_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-5
/
+10
*
dma: Let dma_buf_read() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-12
/
+12
*
dma: Let dma_buf_write() 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
1
-2
/
+2
*
hw/scsi/megasas: Fails command if SGL buffer overflows
Philippe Mathieu-Daudé
2021-12-18
1
-0
/
+1
*
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-09-30
1
-2
/
+1
*
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-25
1
-4
/
+2
*
hw/scsi/megasas: Remove pointless parenthesis
Philippe Mathieu-Daudé
2021-02-20
1
-2
/
+2
*
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-11-15
1
-1
/
+1
*
hw: megasas: consider 'iov_count=0' is an error in megasas_map_sgl
Li Qiang
2020-09-30
1
-1
/
+1
*
hw: megasas: return -1 when 'megasas_map_sgl' fails
Li Qiang
2020-09-30
1
-2
/
+2
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-6
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-4
/
+7
*
megasas: Rename QOM class cast macros
Eduardo Habkost
2020-08-27
1
-6
/
+6
*
hw/scsi/megasas: Fix possible out-of-bounds array access in tracepoints
Thomas Huth
2020-06-26
1
-13
/
+23
*
megasas: use unsigned type for positive numeric fields
Prasad J Pandit
2020-06-10
1
-19
/
+19
*
megasas: avoid NULL pointer dereference
Prasad J Pandit
2020-06-10
1
-1
/
+1
*
megasas: use unsigned type for reply_queue_head and check index
Prasad J Pandit
2020-06-10
1
-2
/
+2
*
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-24
1
-1
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include migration/vmstate.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
1
-0
/
+1
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
1
-0
/
+1
*
megasas: fix mapped frame size
Peter Lieven
2019-05-15
1
-1
/
+1
*
megasas: fix sglist leak
Marc-André Lureau
2018-08-23
1
-1
/
+1
*
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2018-02-08
1
-4
/
+0
*
pci: Add pci_dev_bus_num() helper
David Gibson
2017-12-05
1
-1
/
+1
*
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
1
-0
/
+4
*
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
2017-10-15
1
-0
/
+6
*
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-09-19
1
-1
/
+1
*
megasas: always store SCSIRequest* into MegasasCmd
Paolo Bonzini
2017-06-15
1
-15
/
+16
*
megasas: do not read SCSI req parameters more than once from frame
Paolo Bonzini
2017-06-15
1
-34
/
+26
*
megasas: do not read command more than once from frame
Paolo Bonzini
2017-06-15
1
-35
/
+25
*
megasas: do not read DCMD opcode more than once from frame
Paolo Bonzini
2017-06-15
1
-14
/
+11
*
megasas: do not read iovec count more than once from frame
Paolo Bonzini
2017-06-15
1
-4
/
+5
[next]