summaryrefslogtreecommitdiffstats
path: root/hw/lsi53c895a.c
Commit message (Expand)AuthorAgeFilesLines
* hw: include hw header files with full pathsPaolo Bonzini2013-03-011-3/+3
* lsi: use qbus_reset_all to reset SCSI busPaolo Bonzini2013-01-221-6/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-6/+6
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2012-07-301-3/+1
|\
| * Merge branch pci into masterMichael S. Tsirkin2012-07-291-3/+1
| |\
| | * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-3/+1
* | | lsi: avoid redundant tests of s->current != NULLPaolo Bonzini2012-07-261-2/+3
* | | lsi: introduce lsi_request_freePaolo Bonzini2012-07-261-15/+16
* | | lsi: use qdev_reset_allPaolo Bonzini2012-07-261-12/+3
|/ /
* | qbus: Make child devices linksAnthony Liguori2012-06-181-2/+3
|/
* aio: move BlockDriverAIOCB to qemu-aio.hPaolo Bonzini2012-04-051-1/+0
* scsi: pass residual amount to command_completePaolo Bonzini2012-02-221-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+2
* qdev: remove baked in notion of aliases (v2)Anthony Liguori2012-02-031-2/+0
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-8/+11
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-12/+19
* qdev: use a wrapper to access reset and promote reset to a class methodAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* Remove unnecessary casts from PCI DMA code in lsi53c895aDavid Gibson2011-12-121-2/+2
* lsi53c895a: Use PCI DMA stub functionsEduard - Gabriel Munteanu2011-11-011-17/+16
* scsi: add channel to addressingPaolo Bonzini2011-10-281-2/+2
* scsi: allow arbitrary LUNsPaolo Bonzini2011-10-281-1/+2
* scsi: remove devs array from SCSIBusPaolo Bonzini2011-10-281-15/+7
* scsi: move tcq/ndev to SCSIBusOps (now SCSIBusInfo)Paolo Bonzini2011-10-281-3/+6
* lsi: Fix tag reference in debug printJan Kiszka2011-10-051-1/+1
* pci: interrupt pin documentation updateMichael S. Tsirkin2011-09-191-2/+1
* hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-121-1/+0
* lsi53c895a: avoid a warning from clang analyzerBlue Swirl2011-09-101-4/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* scsi: pass cdb already to scsi_req_newPaolo Bonzini2011-08-121-2/+2
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-4/+3
* lsi53c895a: convert to memory APIAvi Kivity2011-08-081-202/+56
* Correct spelling of licensedMatthew Fernandez2011-07-231-1/+1
* scsi: Add 'hba_private' to SCSIRequestHannes Reinecke2011-07-191-14/+8
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-06-221-9/+4
|\
| * Merge remote-tracking branch 'origin/master' into pciMichael S. Tsirkin2011-06-151-84/+130
| |\
| * | hw/lsi53c895a.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-9/+4
* | | lsi: Fix unused-but-set-variable warningChristophe Fergeau2011-06-201-2/+0
| |/ |/|
* | scsi: rename arguments to the new callbacksPaolo Bonzini2011-05-261-10/+10
* | scsi: split command_complete callback in twoPaolo Bonzini2011-05-261-25/+33
* | scsi: introduce scsi_req_get_bufPaolo Bonzini2011-05-261-1/+1
* | scsi: introduce scsi_req_continuePaolo Bonzini2011-05-261-14/+8
* | scsi: introduce scsi_req_newPaolo Bonzini2011-05-261-2/+1
* | scsi: do not call send_command directlyPaolo Bonzini2011-05-261-1/+1
* | scsi: introduce scsi_req_cancelPaolo Bonzini2011-05-261-5/+25
* | scsi: Use 'SCSIRequest' directlyHannes Reinecke2011-05-261-24/+32
* | lsi: extract lsi_find_by_tagPaolo Bonzini2011-05-261-25/+38
OpenPOWER on IntegriCloud