aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela2009-10-123-3/+0
* ide: cmd646 ->unit has just the value that we wantJuan Quintela2009-10-121-2/+2
* ide: cmd646 we can get the pci device with container_ofJuan Quintela2009-10-121-6/+11
* ide: 'secondary' field is only used by cmd646Juan Quintela2009-10-121-1/+1
* ide: PCIIDEState type field is not needed anymoreJuan Quintela2009-10-123-30/+11
* ide: split cmd646 and piix from pci.cJuan Quintela2009-10-123-338/+478
* ide: export needed ide-pci functions for splitJuan Quintela2009-10-122-10/+20
* ide: create ide/pci.h for common ide pci definitionsJuan Quintela2009-10-122-13/+19
* ide: remove uselsess casts from void *Juan Quintela2009-10-122-13/+13
* ide: Remove duplicated definitionsJuan Quintela2009-10-121-6/+0
* ide: Remove cast in pci_register_barJuan Quintela2009-10-121-12/+6
* ide: change cast to DO_UPCASTJuan Quintela2009-10-121-2/+2
* Clean up test for qdev_init() failureMarkus Armbruster2009-10-072-2/+2
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* Rename pci_create_noinit() to pci_create()Markus Armbruster2009-10-051-1/+1
* switch ide bus to inplace allocation.Gerd Hoffmann2009-10-054-39/+36
* 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/+4
* ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann2009-09-043-63/+55
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-047-15/+13
* 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-277-0/+4905