summaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
Commit message (Collapse)AuthorAgeFilesLines
* ide: Remove duplicated definitionsJuan Quintela2009-10-121-6/+0
| | | | | | Patchworks-ID: 35297 Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* switch ide bus to inplace allocation.Gerd Hoffmann2009-10-051-1/+1
| | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* ide/qdev: add ide bus.Gerd Hoffmann2009-09-151-1/+23
| | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* split away drive init from ide_init2()Gerd Hoffmann2009-09-151-0/+1
| | | | | | | | | This allows the ide bus being initialized without drives attached and the drives being attached and initialization later on as separate step. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann2009-09-041-7/+6
| | | | | | | | These variables are per bus, not per drive. Lets move them and cleanup things a bit. And fix the cmd migration bug for real. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-1/+1
| | | | | Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl2009-08-291-1/+1
| | | | Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
* ide: move code to hw/ide/Gerd Hoffmann2009-08-271-0/+535
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
OpenPOWER on IntegriCloud