summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lsi: fix segfault in lsi_command_completeGerd Hoffmann2010-04-181-1/+1
* lsi: pass lsi_request to lsi_reselectGerd Hoffmann2010-04-181-16/+7
* lsi: move dma_len+dma_buf into lsi_requestGerd Hoffmann2010-04-181-22/+23
* lsi: move current_dev into lsi_requestGerd Hoffmann2010-04-181-11/+12
* lsi: have lsi_request for the whole life time of the request.Gerd Hoffmann2010-04-181-21/+32
* lsi: use QTAILQ for lsi_queueGerd Hoffmann2010-04-181-40/+28
* Fix compile error when LSI_DEBUG is definedRyan Harper2009-12-031-3/+3
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-1/+1
* lsi53c895a: Implement IRQ on reselectionLaszlo Ast2009-12-031-3/+40
* lsi53c895a: Use alternative address when already reselectedLaszlo Ast2009-12-031-2/+3
* lsi53c895a: Fix SDID in SELECT ID commandLaszlo Ast2009-12-031-1/+1
* lsi53c895a: Fix message code of DISCONNECTLaszlo Ast2009-12-031-1/+1
* lsi53c895a: Add support for LSI53C700 Family Compatibility bitLaszlo Ast2009-12-031-0/+4
* lsi53c895a: Whitespace and typo fixesLaszlo Ast2009-12-031-5/+5
* pci: pci.h cleanup: move out stuff not in pci.cMichael S. Tsirkin2009-12-011-0/+2
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-3/+3
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-3/+3
* scsi: move scsi-disk.h -> scsi.hGerd Hoffmann2009-11-091-1/+1
* scsi: move scsi.h -> esp.hGerd Hoffmann2009-11-091-1/+0
* lsi_scsi: port to vmstateJuan Quintela2009-10-271-159/+83
* hotplug: fix "pci_add storage if=scsi"Gerd Hoffmann2009-10-271-1/+3
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-1/+1
* switch scsi bus to inplace allocation.Gerd Hoffmann2009-10-051-6/+6
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-13/+13
* Get rid of _t suffixmalc2009-10-011-13/+13
* qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-44/+21
* lsi53c895a: LSIState is a DeviceHostJuan Quintela2009-08-271-1/+1
* lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)Juan Quintela2009-08-271-12/+12
* lsi53c895a: use DO_UPCAST to cast from PCIDeviceJuan Quintela2009-08-271-5/+5
* lsi53c895a: remove pointless cast from void *Juan Quintela2009-08-271-19/+19
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-4/+4
* Add save/restore support to the LSI logic SCSI device model.Nolan2009-07-221-0/+172
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* lsi53c895a: Implement write access to DMA Byte CounterSebastian Herbszt2009-06-161-0/+7
* lsi53c895a: Implement read and write access to DMA Next AddressSebastian Herbszt2009-06-161-0/+2
* lsi53c895a: Implement Scratch Byte RegisterSebastian Herbszt2009-06-161-0/+7
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-3/+3
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-2/+2
* Compile fdc, escc and SCSI controllers only onceBlue Swirl2009-05-211-2/+3
* LSI SCSI qdev conversionPaul Brook2009-05-141-12/+12
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-7/+7
* lsi: add ISTAT1 register read (Ryan Harper)aliguori2009-03-051-0/+2
* qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori2009-02-111-0/+13
* qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori2009-02-111-0/+2
* Add and use #defines for PCI device classesblueswir12009-02-011-1/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-9/+10
* LSI53C895A: Introduce CASE_GET_REG24aurel322009-01-141-6/+7
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Add 64-bit Block Move support (Direct & Table Indirect) (Ryan Harper)aliguori2008-12-101-3/+60