index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
megasas.c
Age
Commit message (
Expand
)
Author
2021-09-30
scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()
Peter Maydell
2021-02-25
scsi: drop 'result' argument from command_complete callback
Hannes Reinecke
2021-02-20
hw/scsi/megasas: Remove pointless parenthesis
Philippe Mathieu-Daudé
2020-11-15
nomaintainer: Fix Lesser GPL version number
Chetan Pant
2020-09-30
hw: megasas: consider 'iov_count=0' is an error in megasas_map_sgl
Li Qiang
2020-09-30
hw: megasas: return -1 when 'megasas_map_sgl' fails
Li Qiang
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-08-27
megasas: Rename QOM class cast macros
Eduardo Habkost
2020-06-26
hw/scsi/megasas: Fix possible out-of-bounds array access in tracepoints
Thomas Huth
2020-06-10
megasas: use unsigned type for positive numeric fields
Prasad J Pandit
2020-06-10
megasas: avoid NULL pointer dereference
Prasad J Pandit
2020-06-10
megasas: use unsigned type for reply_queue_head and check index
Prasad J Pandit
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-15
megasas: fix mapped frame size
Peter Lieven
2018-08-23
megasas: fix sglist leak
Marc-André Lureau
2018-02-08
pci: removed the is_express field since a uniform interface was inserted
Yoni Bettan
2017-12-05
pci: Add pci_dev_bus_num() helper
David Gibson
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-10-15
pci: Add INTERFACE_PCIE_DEVICE to all PCIe devices
Eduardo Habkost
2017-09-19
scsi: move block/scsi.h to include/scsi/constants.h
Paolo Bonzini
2017-06-15
megasas: always store SCSIRequest* into MegasasCmd
Paolo Bonzini
2017-06-15
megasas: do not read SCSI req parameters more than once from frame
Paolo Bonzini
2017-06-15
megasas: do not read command more than once from frame
Paolo Bonzini
2017-06-15
megasas: do not read DCMD opcode more than once from frame
Paolo Bonzini
2017-06-15
megasas: do not read iovec count more than once from frame
Paolo Bonzini
2017-06-15
megasas: do not read sense length more than once from frame
Paolo Bonzini
2017-05-05
scsi: avoid an off-by-one error in megasas_mmio_write
Prasad J Pandit
2017-03-24
trace: Fix incorrect megasas trace parameters
Eric Blake
2017-02-21
hw/scsi: Concentrate -drive if=scsi auto-create in one place
Markus Armbruster
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-01-24
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
2017-01-16
megasas: fix guest-triggered memory leak
Paolo Bonzini
2016-11-28
megasas: clean up and fix request completion/cancellation
Paolo Bonzini
2016-11-28
megasas: do not call pci_dma_unmap after having freed the frame once
Paolo Bonzini
2016-09-13
Revert "megasas: remove useless check for cmd->frame"
Paolo Bonzini
2016-07-17
megasas: remove useless check for cmd->frame
Paolo Bonzini
2016-07-05
megasas: remove unnecessary megasas_use_msi()
Cao jin
2016-07-05
pci: Convert msi_init() to Error and fix callers to check it
Cao jin
2016-07-05
megasas: change msi/msix property type
Cao jin
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-06-07
scsi: megasas: null terminate bios version buffer
Prasad J Pandit
2016-05-29
scsi: megasas: check 'read_queue_head' index value
Prasad J Pandit
2016-05-29
scsi: megasas: initialise local configuration data buffer
Prasad J Pandit
2016-05-29
scsi: megasas: use appropriate property buffer size
Prasad J Pandit
[next]