aboutsummaryrefslogtreecommitdiff
path: root/hw/lsi53c895a.c
AgeCommit message (Expand)Author
2011-11-01lsi53c895a: Use PCI DMA stub functionsEduard - Gabriel Munteanu
2011-10-28scsi: add channel to addressingPaolo Bonzini
2011-10-28scsi: allow arbitrary LUNsPaolo Bonzini
2011-10-28scsi: remove devs array from SCSIBusPaolo Bonzini
2011-10-28scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)Paolo Bonzini
2011-10-05lsi: Fix tag reference in debug printJan Kiszka
2011-09-19pci: interrupt pin documentation updateMichael S. Tsirkin
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster
2011-09-10lsi53c895a: avoid a warning from clang analyzerBlue Swirl
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-12scsi: pass cdb already to scsi_req_newPaolo Bonzini
2011-08-08pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity
2011-08-08lsi53c895a: convert to memory APIAvi Kivity
2011-07-23Correct spelling of licensedMatthew Fernandez
2011-07-19scsi: Add 'hba_private' to SCSIRequestHannes Reinecke
2011-06-22Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-06-20lsi: Fix unused-but-set-variable warningChristophe Fergeau
2011-06-15Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin
2011-06-12hw/lsi53c895a.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata
2011-05-26scsi: rename arguments to the new callbacksPaolo Bonzini
2011-05-26scsi: split command_complete callback in twoPaolo Bonzini
2011-05-26scsi: introduce scsi_req_get_bufPaolo Bonzini
2011-05-26scsi: introduce scsi_req_continuePaolo Bonzini
2011-05-26scsi: introduce scsi_req_newPaolo Bonzini
2011-05-26scsi: do not call send_command directlyPaolo Bonzini
2011-05-26scsi: introduce scsi_req_cancelPaolo Bonzini
2011-05-26scsi: Use 'SCSIRequest' directlyHannes Reinecke
2011-05-26lsi: extract lsi_find_by_tagPaolo Bonzini
2011-05-26scsi: introduce SCSIBusOpsPaolo Bonzini
2011-05-08lsi53c895a: Rename 'sense' to 'status'Hannes Reinecke
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin
2011-04-07hda-intel: convert to pci_register_bar_simple() (partial)Avi Kivity
2011-04-01lsi53c895a: add support for ABORT messagesBernhard Kohl
2011-03-06lsi53c895a: Update dnad when skipping MSGOUT bytesStefan Hajnoczi
2011-01-14lsi53c895a: fix endianness issuesAurelien Jarno
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-11-22pci: Replace unneeded type casts in calls of pci_register_barStefan Weil
2010-10-13lsi53c895a: avoid a write only variableBlue Swirl
2010-09-08scsi: fix and improve debug printsBernhard Kohl
2010-07-06scsi: Fix SCSI bus resetJan Kiszka
2010-07-02scsi: scsi_bus_legacy_handle_cmdline() can fail, fix callersMarkus Armbruster
2010-06-29lsi53c895a: fix Phase Mismatch JumpPaolo Bonzini
2010-05-22lsi: Fix value overflow in request tag processingJan Kiszka
2010-05-10lsi: Handle removal of selected devicesJan Kiszka
2010-05-10lsi: Adjust some register reset valuesJan Kiszka
2010-05-10lsi: Purge message queue on resetJan Kiszka
2010-05-03lsi: Properly initialize controller state on resetJan Kiszka
2010-05-03lsi: Purge request queue on soft resetJan Kiszka
2010-04-09lsi: fix segfault in lsi_command_completeGerd Hoffmann
2010-01-11lsi: pass lsi_request to lsi_reselectGerd Hoffmann