aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/pci.c
AgeCommit message (Expand)Author
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2011-01-24ide: Remove unneeded null pointer checkStefan Weil
2011-01-24ide: factor dma handling helpersChristoph Hellwig
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf
2010-11-29ide: Reset current_addr after stopping DMAKevin Wolf
2010-11-29ide: Ignore double DMA transfer starts/stopsKevin Wolf
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity
2010-08-03ide: Avoid canceling IDE DMAAndrea Arcangeli
2010-07-26ide: fix migration in the middle of a bmdma transferJuan Quintela
2010-07-26Revert "ide save/restore current transfer fields"Juan Quintela
2010-01-26ide save/restore current transfer fieldsMarcelo Tosatti
2009-10-27ide: port pci ide to vmstateJuan Quintela
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela
2009-10-12ide: export needed ide-pci functions for splitJuan Quintela
2009-10-12ide: create ide/pci.h for common ide pci definitionsJuan Quintela
2009-10-12ide: Remove cast in pci_register_barJuan Quintela
2009-10-12ide: change cast to DO_UPCASTJuan Quintela
2009-10-07New qdev_init_nofail()Markus Armbruster
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann
2009-09-15ide/pci: fix indentionGerd Hoffmann
2009-09-04mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-08-27ide: move code to hw/ide/Gerd Hoffmann