aboutsummaryrefslogtreecommitdiff
path: root/hw/lsi53c895a.c
AgeCommit message (Expand)Author
2012-07-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-26lsi: avoid redundant tests of s->current != NULLPaolo Bonzini
2012-07-26lsi: introduce lsi_request_freePaolo Bonzini
2012-07-26lsi: use qdev_reset_allPaolo Bonzini
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson
2012-06-18qbus: Make child devices linksAnthony Liguori
2012-04-05aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini
2012-02-22scsi: pass residual amount to command_completePaolo Bonzini
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27pci: convert to QEMU Object ModelAnthony Liguori
2012-01-27qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2011-12-12Remove unnecessary casts from PCI DMA code in lsi53c895aDavid Gibson
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