summaryrefslogtreecommitdiffstats
path: root/hw/ide/pci.c
Commit message (Expand)AuthorAgeFilesLines
* ide: Turn debug messages into assertionsKevin Wolf2011-05-181-6/+2
* ide: cleanup warningsAndrea Arcangeli2011-05-181-2/+2
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* ide: Remove unneeded null pointer checkStefan Weil2011-01-241-3/+1
* ide: factor dma handling helpersChristoph Hellwig2011-01-241-7/+2
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-171-3/+277
* ide: Reset current_addr after stopping DMAKevin Wolf2010-11-291-1/+1
* ide: Ignore double DMA transfer starts/stopsKevin Wolf2010-11-291-28/+32
* ide: convert bmdma address ioport to ioport_register()Avi Kivity2010-11-241-53/+18
* ide: Avoid canceling IDE DMAAndrea Arcangeli2010-08-031-2/+21
* ide: fix migration in the middle of a bmdma transferJuan Quintela2010-07-261-0/+30
* Revert "ide save/restore current transfer fields"Juan Quintela2010-07-261-6/+2
* ide save/restore current transfer fieldsMarcelo Tosatti2010-01-261-2/+6
* ide: port pci ide to vmstateJuan Quintela2009-10-271-59/+36
* ide: split cmd646 and piix from pci.cJuan Quintela2009-10-121-338/+0
* ide: export needed ide-pci functions for splitJuan Quintela2009-10-121-10/+10
* ide: create ide/pci.h for common ide pci definitionsJuan Quintela2009-10-121-13/+1
* ide: Remove cast in pci_register_barJuan Quintela2009-10-121-12/+6
* ide: change cast to DO_UPCASTJuan Quintela2009-10-121-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-051-21/+21
* ide/pci: convert to qdev.Gerd Hoffmann2009-09-151-69/+117
* ide/pci: fix indentionGerd Hoffmann2009-09-151-6/+6
* mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil2009-09-041-9/+4
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-8/+3
* ide: move code to hw/ide/Gerd Hoffmann2009-08-271-0/+523
OpenPOWER on IntegriCloud