aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi/megasas.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke1-4/+2
2021-02-20hw/scsi/megasas: Remove pointless parenthesisPhilippe Mathieu-Daudé1-2/+2
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-09-30hw: megasas: consider 'iov_count=0' is an error in megasas_map_sglLi Qiang1-1/+1
2020-09-30hw: megasas: return -1 when 'megasas_map_sgl' failsLi Qiang1-2/+2
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost1-6/+2
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost1-4/+7
2020-08-27megasas: Rename QOM class cast macrosEduardo Habkost1-6/+6
2020-06-26hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth1-13/+23
2020-06-10megasas: use unsigned type for positive numeric fieldsPrasad J Pandit1-19/+19
2020-06-10megasas: avoid NULL pointer dereferencePrasad J Pandit1-1/+1
2020-06-10megasas: use unsigned type for reply_queue_head and check indexPrasad J Pandit1-2/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-05-15megasas: fix mapped frame sizePeter Lieven1-1/+1
2018-08-23megasas: fix sglist leakMarc-André Lureau1-1/+1
2018-02-08pci: removed the is_express field since a uniform interface was insertedYoni Bettan1-4/+0
2017-12-05pci: Add pci_dev_bus_num() helperDavid Gibson1-1/+1
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-10-15pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost1-0/+6
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini1-1/+1
2017-06-15megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini1-15/+16
2017-06-15megasas: do not read SCSI req parameters more than once from framePaolo Bonzini1-34/+26
2017-06-15megasas: do not read command more than once from framePaolo Bonzini1-35/+25
2017-06-15megasas: do not read DCMD opcode more than once from framePaolo Bonzini1-14/+11
2017-06-15megasas: do not read iovec count more than once from framePaolo Bonzini1-4/+5
2017-06-15megasas: do not read sense length more than once from framePaolo Bonzini1-2/+4
2017-05-05scsi: avoid an off-by-one error in megasas_mmio_writePrasad J Pandit1-5/+5
2017-03-24trace: Fix incorrect megasas trace parametersEric Blake1-3/+3
2017-02-21hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster1-4/+0
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-1/+3
2017-01-24PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert1-1/+1
2017-01-16megasas: fix guest-triggered memory leakPaolo Bonzini1-5/+6
2016-11-28megasas: clean up and fix request completion/cancellationPaolo Bonzini1-25/+28
2016-11-28megasas: do not call pci_dma_unmap after having freed the frame oncePaolo Bonzini1-1/+4
2016-09-13Revert "megasas: remove useless check for cmd->frame"Paolo Bonzini1-1/+5
2016-07-17megasas: remove useless check for cmd->framePaolo Bonzini1-5/+1
2016-07-05megasas: remove unnecessary megasas_use_msi()Cao jin1-9/+2
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-5/+21
2016-07-05megasas: change msi/msix property typeCao jin1-17/+11
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-4/+1
2016-06-07scsi: megasas: null terminate bios version bufferPrasad J Pandit1-0/+1
2016-05-29scsi: megasas: check 'read_queue_head' index valuePrasad J Pandit1-0/+2
2016-05-29scsi: megasas: initialise local configuration data bufferPrasad J Pandit1-1/+1
2016-05-29scsi: megasas: use appropriate property buffer sizePrasad J Pandit1-1/+1
2016-01-29hw/scsi: Clean up includesPeter Maydell1-0/+1