summaryrefslogtreecommitdiff
path: root/hw/scsi/megasas.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-15SCSI device: fix to incomplete QOMifyCao jin1-6/+6
2016-01-15scsi: initialise info object with appropriate sizeP J P1-1/+1
2015-11-04megasas: Use qemu_hw_version() instead of QEMU_VERSIONEduardo Habkost1-1/+1
2015-10-12megasas: fix megasas_get_sata_addrPaolo Bonzini1-1/+1
2015-07-27megasas: Add write function to handle write access to PCI BAR 3Salva Peiró1-0/+7
2015-06-19pci: Don't register a specialized 'config_write' if default behavior is intendedShmulik Ladkani1-8/+0
2015-04-28Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi1-1/+1
2015-03-25megasas: use PCI DMA APIsPaolo Bonzini1-27/+24
2015-03-10scsi: Convert remaining PCI HBAs to realize()Markus Armbruster1-11/+3
2015-03-10scsi: Clean up duplicated error in legacy if=scsi codeMarkus Armbruster1-0/+2
2014-12-15scsi: Fuse g_malloc(); memset() into g_malloc0()Markus Armbruster1-4/+2
2014-10-31megasas: Fixup MSI-X handlingHannes Reinecke1-24/+24
2014-10-31megasas: Rework frame queueing algorithmHannes Reinecke1-51/+45
2014-10-31megasas: Update queue loggingHannes Reinecke1-9/+17
2014-10-31megasas: Implement DCMD_CLUSTER_RESET_LDHannes Reinecke1-1/+15
2014-10-31megasas: Ignore duplicate init_firmware commandsHannes Reinecke1-3/+6
2014-10-31megasas: Clear unit attention on initial resetHannes Reinecke1-1/+17
2014-10-31megasas: Decode register namesHannes Reinecke1-3/+20
2014-10-31megasas: Fix typo in megasas_dcmd_ld_get_list()Hannes Reinecke1-1/+1
2014-10-31megasas: add MegaRAID SAS 2108 emulationHannes Reinecke1-25/+193