summaryrefslogtreecommitdiffstats
path: root/hw/ide/internal.h
Commit message (Expand)AuthorAgeFilesLines
* ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster2011-05-191-1/+1
* ide: Split atapi.c outKevin Wolf2011-04-271-0/+10
* atapi: GESN: implement 'media' subcommandAmit Shah2011-04-131-0/+6
* ide: factor dma handling helpersChristoph Hellwig2011-01-241-3/+1
* ide: add ncq identify data for ahci sata drivesRoland Elek2010-12-171-0/+2
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-171-37/+32
* ide: split ide command interpretation offAlexander Graf2010-12-171-0/+2
* Store IDE bus id in IDEBus structure for easy access.Gleb Natapov2010-12-111-1/+2
* ide: convert bmdma address ioport to ioport_register()Avi Kivity2010-11-241-0/+2
* ide: Handle flush failureKevin Wolf2010-10-221-1/+2
* ide: fix migration in the middle of pio operationJuan Quintela2010-07-261-0/+5
* Revert "ide save/restore pio/atapi cmd transfer fields and io buffer"Juan Quintela2010-07-261-5/+0
* ide: Make ide_init_drive() return successMarkus Armbruster2010-07-061-2/+2
* ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster2010-07-061-2/+3
* qdev: Decouple qdev_prop_drive from DriveInfoMarkus Armbruster2010-07-021-1/+1
* ide: Turn drive serial into a qdev property ide-drive.serialMarkus Armbruster2010-06-041-1/+3
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-041-2/+3
* ide: Remove redundant IDEState member confMarkus Armbruster2010-06-041-3/+1
* ide: Remove useless IDEDeviceInfo members unit, driveMarkus Armbruster2010-06-041-2/+0
* cmd646: pass pci_dev as it needs itIgor V. Kovalenko2010-05-011-1/+0
* ide save/restore pio/atapi cmd transfer fields and io bufferMarcelo Tosatti2010-02-191-0/+5
* block: add topology qdev propertiesChristoph Hellwig2010-02-101-2/+5
* ide: device version propertyGerd Hoffmann2010-01-191-1/+3
* workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko2009-12-131-0/+1
* ide: Implement rerror optionKevin Wolf2009-12-031-0/+1
* IDE: Fix reset handlingBlue Swirl2009-11-071-1/+2
* ide: pre VMState functions are not needed anymoreJuan Quintela2009-10-271-5/+0
* ide: port pci ide to vmstateJuan Quintela2009-10-271-0/+3
* ide: add VMSTATE_IDE_BUS and VMSTATE_IDE_DRIVESJuan Quintela2009-10-271-0/+10
* ide: change identify_data type to uint8_tJuan Quintela2009-10-271-1/+1
* ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela2009-10-121-1/+0
* ide: Remove duplicated definitionsJuan Quintela2009-10-121-6/+0
* switch ide bus to inplace allocation.Gerd Hoffmann2009-10-051-1/+1
* ide/qdev: add ide bus.Gerd Hoffmann2009-09-151-1/+23
* split away drive init from ide_init2()Gerd Hoffmann2009-09-151-0/+1
* ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann2009-09-041-7/+6
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-1/+1
* Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl2009-08-291-1/+1
* ide: move code to hw/ide/Gerd Hoffmann2009-08-271-0/+535
OpenPOWER on IntegriCloud