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: 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
*
megasas: do not read sense length more than once from frame
Paolo Bonzini
2017-06-15
1
-2
/
+4
*
scsi: avoid an off-by-one error in megasas_mmio_write
Prasad J Pandit
2017-05-05
1
-5
/
+5
*
trace: Fix incorrect megasas trace parameters
Eric Blake
2017-03-24
1
-3
/
+3
*
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
2017-02-21
1
-4
/
+0
*
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
1
-1
/
+3
*
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
2017-01-24
1
-1
/
+1
*
megasas: fix guest-triggered memory leak
Paolo Bonzini
2017-01-16
1
-5
/
+6
*
megasas: clean up and fix request completion/cancellation
Paolo Bonzini
2016-11-28
1
-25
/
+28
*
megasas: do not call pci_dma_unmap after having freed the frame once
Paolo Bonzini
2016-11-28
1
-1
/
+4
*
Revert "megasas: remove useless check for cmd->frame"
Paolo Bonzini
2016-09-13
1
-1
/
+5
*
megasas: remove useless check for cmd->frame
Paolo Bonzini
2016-07-17
1
-5
/
+1
*
megasas: remove unnecessary megasas_use_msi()
Cao jin
2016-07-05
1
-9
/
+2
*
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
1
-5
/
+21
*
megasas: change msi/msix property type
Cao jin
2016-07-05
1
-17
/
+11
*
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-20
1
-4
/
+1
*
scsi: megasas: null terminate bios version buffer
Prasad J Pandit
2016-06-07
1
-0
/
+1
*
scsi: megasas: check 'read_queue_head' index value
Prasad J Pandit
2016-05-29
1
-0
/
+2
*
scsi: megasas: initialise local configuration data buffer
Prasad J Pandit
2016-05-29
1
-1
/
+1
*
scsi: megasas: use appropriate property buffer size
Prasad J Pandit
2016-05-29
1
-1
/
+1
*
hw/scsi: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
[next]