aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/pci.c
AgeCommit message (Expand)Author
2012-09-28iostatus: change is_read to a boolPaolo Bonzini
2012-02-10ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau
2012-01-21Correct types in bmdma_addr_{read,write}David Gibson
2011-12-12Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster
2011-08-08ide: convert to memory APIAvi Kivity
2011-06-15ide: Clear error_status after restarting flushKevin Wolf
2011-06-15ide: add TRIM supportChristoph Hellwig
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig
2011-06-15ide: Split error status from status registerKevin Wolf
2011-05-18ide: Turn debug messages into assertionsKevin Wolf
2011-05-18ide: cleanup warningsAndrea Arcangeli
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