summaryrefslogtreecommitdiffstats
path: root/hw/ide/cmd646.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-5/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-5/+0
* | cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland2014-08-151-0/+24
* | cmd646: allow MRDMODE interrupt status bits clearing from PCI config spaceMark Cave-Ayland2014-08-151-2/+30
* | cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEStateMark Cave-Ayland2014-08-151-5/+4
* | cmd646: synchronise DMA interrupt status with UDMA interrupt statusMark Cave-Ayland2014-08-151-0/+22
* | cmd646: add constants for CNTRL register accessMark Cave-Ayland2014-08-151-2/+5
|/
* hw: set interrupts using pci irq wrappersMarcel Apfelbaum2013-10-141-1/+1
* ide: Pass size to ide_bus_new()Andreas Färber2013-08-301-1/+1
* ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber2013-07-291-29/+33
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-5/+8
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-5/+5
* cmd646: fix build when DEBUG_IDE is enabled.Mark Cave-Ayland2013-06-281-2/+2
* ahci: Don't allow creating slave drivesKevin Wolf2013-05-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* 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
OpenPOWER on IntegriCloud