summaryrefslogtreecommitdiffstats
path: root/hw/scsi/megasas.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-251-4/+2Star
* hw/scsi/megasas: Remove pointless parenthesisPhilippe Mathieu-Daudé2021-02-201-2/+2
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* hw: megasas: consider 'iov_count=0' is an error in megasas_map_sglLi Qiang2020-09-301-1/+1
* hw: megasas: return -1 when 'megasas_map_sgl' failsLi Qiang2020-09-301-2/+2
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-6/+2Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-4/+7
* megasas: Rename QOM class cast macrosEduardo Habkost2020-08-271-6/+6
* hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth2020-06-261-13/+23
* megasas: use unsigned type for positive numeric fieldsPrasad J Pandit2020-06-101-19/+19
* megasas: avoid NULL pointer dereferencePrasad J Pandit2020-06-101-1/+1
* megasas: use unsigned type for reply_queue_head and check indexPrasad J Pandit2020-06-101-2/+2
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* megasas: fix mapped frame sizePeter Lieven2019-05-151-1/+1
* megasas: fix sglist leakMarc-André Lureau2018-08-231-1/+1
* pci: removed the is_express field since a uniform interface was insertedYoni Bettan2018-02-081-4/+0Star
* pci: Add pci_dev_bus_num() helperDavid Gibson2017-12-051-1/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* pci: Add INTERFACE_PCIE_DEVICE to all PCIe devicesEduardo Habkost2017-10-151-0/+6
* scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini2017-09-191-1/+1
* megasas: always store SCSIRequest* into MegasasCmdPaolo Bonzini2017-06-151-15/+16
* megasas: do not read SCSI req parameters more than once from framePaolo Bonzini2017-06-151-34/+26Star
* megasas: do not read command more than once from framePaolo Bonzini2017-06-151-35/+25Star
* megasas: do not read DCMD opcode more than once from framePaolo Bonzini2017-06-151-14/+11Star
* megasas: do not read iovec count more than once from framePaolo Bonzini2017-06-151-4/+5
* megasas: do not read sense length more than once from framePaolo Bonzini2017-06-151-2/+4
* scsi: avoid an off-by-one error in megasas_mmio_writePrasad J Pandit2017-05-051-5/+5
* trace: Fix incorrect megasas trace parametersEric Blake2017-03-241-3/+3
* hw/scsi: Concentrate -drive if=scsi auto-create in one placeMarkus Armbruster2017-02-211-4/+0Star
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-1/+3
* PCI/migration merge vmstate_pci_device and vmstate_pcie_deviceDr. David Alan Gilbert2017-01-241-1/+1
* megasas: fix guest-triggered memory leakPaolo Bonzini2017-01-161-5/+6
* megasas: clean up and fix request completion/cancellationPaolo Bonzini2016-11-281-25/+28
* megasas: do not call pci_dma_unmap after having freed the frame oncePaolo Bonzini2016-11-281-1/+4
* Revert "megasas: remove useless check for cmd->frame"Paolo Bonzini2016-09-131-1/+5
* megasas: remove useless check for cmd->framePaolo Bonzini2016-07-171-5/+1Star
* megasas: remove unnecessary megasas_use_msi()Cao jin2016-07-051-9/+2Star
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-5/+21
* megasas: change msi/msix property typeCao jin2016-07-051-17/+11Star
* coccinelle: Remove unnecessary variables for function return valueEduardo Habkost2016-06-201-4/+1Star
* scsi: megasas: null terminate bios version bufferPrasad J Pandit2016-06-071-0/+1
* scsi: megasas: check 'read_queue_head' index valuePrasad J Pandit2016-05-291-0/+2
* scsi: megasas: initialise local configuration data bufferPrasad J Pandit2016-05-291-1/+1
* scsi: megasas: use appropriate property buffer sizePrasad J Pandit2016-05-291-1/+1
* hw/scsi: Clean up includesPeter Maydell2016-01-291-0/+1