aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide/cmd646.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17ide: Fix build for cmd646.cKevin Wolf1-2/+2
2010-12-17ide: Register vm change state handler once onlyStefan Hajnoczi1-8/+10
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-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster1-2/+2
2010-05-01cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko1-4/+5
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko1-16/+45
2009-12-23cmd646: symbolic names for pci registersMichael S. Tsirkin1-3/+4
2009-12-13workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko1-5/+2
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-2/+2
2009-11-09pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata1-2/+2
2009-11-09pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata1-5/+5
2009-11-07IDE: Fix reset handlingBlue Swirl1-2/+4
2009-11-07Sparc64/x86: remove unneeded calls to device resetBlue Swirl1-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: cmd646 ->unit has just the value that we wantJuan Quintela1-2/+2
2009-10-12ide: cmd646 we can get the pci device with container_ofJuan Quintela1-6/+11
2009-10-12ide: PCIIDEState type field is not needed anymoreJuan Quintela1-23/+11
2009-10-12ide: split cmd646 and piix from pci.cJuan Quintela1-0/+280