summaryrefslogtreecommitdiff
path: root/hw/ide/pci.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber1-7/+23
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-01-17ide: Remove wrong assertionKevin Wolf1-1/+0
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-09-28iostatus: change is_read to a boolPaolo Bonzini1-2/+2
2012-02-10ide: fix compilation errors when DEBUG_IDE is setHervé Poussineau1-1/+1
2012-01-21Correct types in bmdma_addr_{read,write}David Gibson1-2/+2
2011-12-12Remove unnecessary casts from PCI DMA code in PCI IDEDavid Gibson1-2/+2
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-1/+1
2011-11-01PCI IDE: Use PCI DMA stub functionsDavid Gibson1-9/+10
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster1-1/+0
2011-08-08ide: convert to memory APIAvi Kivity1-11/+14
2011-06-15ide: Clear error_status after restarting flushKevin Wolf1-7/+11
2011-06-15ide: add TRIM supportChristoph Hellwig1-2/+7
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig1-3/+3
2011-06-15ide: Split error status from status registerKevin Wolf1-7/+66
2011-05-18ide: Turn debug messages into assertionsKevin Wolf1-6/+2
2011-05-18ide: cleanup warningsAndrea Arcangeli1-2/+2
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-01-24ide: Remove unneeded null pointer checkStefan Weil1-3/+1
2011-01-24ide: factor dma handling helpersChristoph Hellwig1-7/+2
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf1-3/+277
2010-11-29ide: Reset current_addr after stopping DMAKevin Wolf1-1/+1
2010-11-29ide: Ignore double DMA transfer starts/stopsKevin Wolf1-28/+32
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity1-53/+18
2010-08-03ide: Avoid canceling IDE DMAAndrea Arcangeli1-2/+21
2010-07-26ide: fix migration in the middle of a bmdma transferJuan Quintela1-0/+30
2010-07-26Revert "ide save/restore current transfer fields"Juan Quintela1-6/+2
2010-01-26ide save/restore current transfer fieldsMarcelo Tosatti1-2/+6
2009-10-27ide: port pci ide to vmstateJuan Quintela1-59/+36
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela1-338/+0
2009-10-12ide: export needed ide-pci functions for splitJuan Quintela1-10/+10
2009-10-12ide: create ide/pci.h for common ide pci definitionsJuan Quintela1-13/+1
2009-10-12ide: Remove cast in pci_register_barJuan Quintela1-12/+6
2009-10-12ide: change cast to DO_UPCASTJuan Quintela1-2/+2
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05Rename pci_create_noinit() to pci_create()Markus Armbruster1-1/+1
2009-10-05switch ide bus to inplace allocation.Gerd Hoffmann1-21/+21
2009-09-15ide/pci: convert to qdev.Gerd Hoffmann1-69/+117
2009-09-15ide/pci: fix indentionGerd Hoffmann1-6/+6
2009-09-04mips malta: Fix fdc regression and use qdev for i8042 setupStefan Weil1-9/+4
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-8/+3
2009-08-27ide: move code to hw/ide/Gerd Hoffmann1-0/+523