summaryrefslogtreecommitdiffstats
path: root/hw/ide/pci.h
Commit message (Collapse)AuthorAgeFilesLines
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-171-0/+30
| | | | | | | | | The ATA core is currently heavily intertwined with BMDMA code. Let's loosen that a bit, so we can happily replace the DMA backend with different implementations. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
* ide: convert bmdma address ioport to ioport_register()Avi Kivity2010-11-241-6/+1
| | | | | | | cmd646, via compile tested, pci lightly boot tested. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
* ide: port pci ide to vmstateJuan Quintela2009-10-271-2/+2
| | | | | Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* ide: 'secondary' field is only used by cmd646Juan Quintela2009-10-121-1/+1
| | | | | | Patchworks-ID: 35303 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* ide: PCIIDEState type field is not needed anymoreJuan Quintela2009-10-121-5/+0
| | | | | | | | We have split the functions that needed it for cmd646 Patchworks-ID: 35302 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* ide: export needed ide-pci functions for splitJuan Quintela2009-10-121-0/+10
| | | | | | Patchworks-ID: 35300 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* ide: create ide/pci.h for common ide pci definitionsJuan Quintela2009-10-121-0/+18
Patchworks-ID: 35299 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
OpenPOWER on IntegriCloud