summary refs log tree commit diff stats
path: root/hw/ide/internal.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>