summaryrefslogtreecommitdiffstats
path: root/hw/ide/cmd646.c
Commit message (Expand)AuthorAgeFilesLines
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-6/+6
* Revert "fix some debug printf format strings"malc2012-08-271-3/+2
* fix some debug printf format stringsMatthew Ogilvie2012-08-241-2/+3
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-3/+1
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-3/+1
* | Avoid returning voidBlue Swirl2012-07-281-3/+3
|/
* Add missing const attributes for MemoryRegionOpsStefan Weil2012-03-111-3/+3
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-6/+8
* pci: convert to QEMU Object ModelAnthony Liguori2012-01-271-14/+22
* qdev: prepare source tree for code conversionAnthony Liguori2012-01-271-18/+15
* hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-121-1/+0
* pci: rename pci_register_bar_region() to pci_register_bar()Avi Kivity2011-08-081-9/+5
* ide: convert to memory APIAvi Kivity2011-08-081-74/+134
* hw/ide/cmd646.c: convert to PCIDeviceInfo to initialize idsIsaku Yamahata2011-06-121-6/+4
* ide: Fix build for cmd646.cKevin Wolf2010-12-171-2/+2
* ide: Register vm change state handler once onlyStefan Hajnoczi2010-12-171-8/+10
* ide: Split out BMDMA code from ATA coreAlexander Graf2010-12-171-3/+3
* Store IDE bus id in IDEBus structure for easy access.Gleb Natapov2010-12-111-2/+2
* ide: convert bmdma address ioport to ioport_register()Avi Kivity2010-11-241-6/+2
* pci: don't overwrite multi functio bit in pci header type.Isaku Yamahata2010-07-111-1/+0
* savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-041-2/+2
* cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko2010-05-011-4/+5
* cmd646: pass pci_dev as it needs itIgor V. Kovalenko2010-05-011-16/+45
* cmd646: symbolic names for pci registersMichael S. Tsirkin2009-12-231-3/+4
* workaround for cmd646 bmdma register access while no dma is activeIgor V. Kovalenko2009-12-131-5/+2
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-2/+2
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-2/+2
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-5/+5
* IDE: Fix reset handlingBlue Swirl2009-11-071-2/+4
* Sparc64/x86: remove unneeded calls to device resetBlue Swirl2009-11-071-1/+0
* ide: port pci ide to vmstateJuan Quintela2009-10-271-1/+1
* ide: BMDMAState don't need a pci_dev field anymoreJuan Quintela2009-10-121-1/+0
* ide: cmd646 ->unit has just the value that we wantJuan Quintela2009-10-121-2/+2
* ide: cmd646 we can get the pci device with container_ofJuan Quintela2009-10-121-6/+11
* ide: PCIIDEState type field is not needed anymoreJuan Quintela2009-10-121-23/+11
* ide: split cmd646 and piix from pci.cJuan Quintela2009-10-121-0/+280
OpenPOWER on IntegriCloud