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
*
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
*
SCSI device: fix to incomplete QOMify
Cao jin
2016-01-15
1
-6
/
+6
*
scsi: initialise info object with appropriate size
P J P
2016-01-15
1
-1
/
+1
*
megasas: Use qemu_hw_version() instead of QEMU_VERSION
Eduardo Habkost
2015-11-04
1
-1
/
+1
*
megasas: fix megasas_get_sata_addr
Paolo Bonzini
2015-10-12
1
-1
/
+1
*
megasas: Add write function to handle write access to PCI BAR 3
Salva Peiró
2015-07-27
1
-0
/
+7
*
pci: Don't register a specialized 'config_write' if default behavior is intended
Shmulik Ladkani
2015-06-19
1
-8
/
+0
*
Convert (ffs(val) - 1) to ctz32(val)
Stefan Hajnoczi
2015-04-28
1
-1
/
+1
*
megasas: use PCI DMA APIs
Paolo Bonzini
2015-03-25
1
-27
/
+24
*
scsi: Convert remaining PCI HBAs to realize()
Markus Armbruster
2015-03-10
1
-11
/
+3
*
scsi: Clean up duplicated error in legacy if=scsi code
Markus Armbruster
2015-03-10
1
-0
/
+2
*
scsi: Fuse g_malloc(); memset() into g_malloc0()
Markus Armbruster
2014-12-15
1
-4
/
+2
*
megasas: Fixup MSI-X handling
Hannes Reinecke
2014-10-31
1
-24
/
+24
*
megasas: Rework frame queueing algorithm
Hannes Reinecke
2014-10-31
1
-51
/
+45
*
megasas: Update queue logging
Hannes Reinecke
2014-10-31
1
-9
/
+17
*
megasas: Implement DCMD_CLUSTER_RESET_LD
Hannes Reinecke
2014-10-31
1
-1
/
+15
*
megasas: Ignore duplicate init_firmware commands
Hannes Reinecke
2014-10-31
1
-3
/
+6
*
megasas: Clear unit attention on initial reset
Hannes Reinecke
2014-10-31
1
-1
/
+17
*
megasas: Decode register names
Hannes Reinecke
2014-10-31
1
-3
/
+20
*
megasas: Fix typo in megasas_dcmd_ld_get_list()
Hannes Reinecke
2014-10-31
1
-1
/
+1
*
megasas: add MegaRAID SAS 2108 emulation
Hannes Reinecke
2014-10-31
1
-25
/
+193
*
megasas: fixup device mapping
Hannes Reinecke
2014-10-31
1
-35
/
+60
[next]