summaryrefslogtreecommitdiff
path: root/hw/ide/piix.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-21isa-bus: Remove bogus IRQ sharing checkJan Kiszka1-1/+1
2011-01-10piix: tag as not hotpluggable.Gerd Hoffmann1-0/+2
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi1-10/+24
2010-12-17ide: Split out BMDMA code from ATA coreAlexander Graf1-3/+3
2010-12-11Store IDE bus id in IDEBus structure for easy access.Gleb Natapov1-2/+2
2010-11-24ide: convert bmdma address ioport to ioport_register()Avi Kivity1-6/+2
2010-07-11pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata1-1/+0
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-07-02ide: Make PIIX and ISA IDE init functions return the qdevMarkus Armbruster1-2/+4
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster1-2/+2
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko1-1/+0
2009-12-23piix: symbolic constantsMichael S. Tsirkin1-5/+8
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko1-0/+1
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-4/+4
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-1/+1
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-1/+1
2009-11-09qdev: Tag isa-fdc, PIIX3 IDE and PIIX4 IDE as no-userMarkus Armbruster1-0/+2
2009-11-07IDE: Fix reset handlingBlue Swirl1-2/+4
2009-11-07v3: don't call reset functions on cpu initializationGlauber Costa1-1/+0
2009-10-27ide: port pci ide to vmstateJuan Quintela1-1/+1
2009-10-12ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela1-1/+0
2009-10-12ide: PCIIDEState type field is not needed anymoreJuan Quintela1-2/+0
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela1-0/+198