summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-051-1/+1
* switch ide bus to inplace allocation.Gerd Hoffmann2009-10-054-39/+36Star
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-012-11/+11
* Get rid of _t suffixmalc2009-10-012-11/+11
* ide/isa: convert to qdev.Gerd Hoffmann2009-09-151-8/+53
* ide/pci: convert to qdev.Gerd Hoffmann2009-09-151-69/+117
* ide/pci: fix indentionGerd Hoffmann2009-09-151-6/+6
* ide/qdev: add ide bus.Gerd Hoffmann2009-09-152-1/+147
* split away drive init from ide_init2()Gerd Hoffmann2009-09-152-32/+40
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-1/+1
* ide: use bdrv_aio_flushChristoph Hellwig2009-09-111-3/+13
* block: add enable_write_cache flagChristoph Hellwig2009-09-111-2/+5
* mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil2009-09-041-9/+4Star
* ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann2009-09-043-63/+55Star
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-047-15/+13Star
* Fix gcc 3 warning: comparison is always true due to limited range of data typeBlue Swirl2009-08-291-1/+1
* Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919Blue Swirl2009-08-281-2/+2
* ide: move code to hw/ide/Gerd Hoffmann2009-08-287-0/+4905