aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
AgeCommit message (Expand)Author
2013-07-11PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-26hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-05cleanup useless return sentenceAmos Kong
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil
2011-12-15block: dma_bdrv_* does not return NULLPaolo Bonzini
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi
2011-10-28atapi/scsi: unify definitions for MMCPaolo Bonzini
2011-09-19dma-helpers: rename is_write to to_devPaolo Bonzini
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster
2011-08-25block: explicit I/O accountingChristoph Hellwig
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-08ppc: convert to memory APIAvi Kivity
2011-06-15ide: add TRIM supportChristoph Hellwig
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-12-11Add endianness as io mem parameterAlexander Graf
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster
2010-03-29Compile ide/macio only onceBlue Swirl
2009-11-07IDE: Fix reset handlingBlue Swirl
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl
2009-10-27ide: port pmac ide to vmstateJuan Quintela
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-04ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-08-28Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919Blue Swirl
2009-08-27ide: move code to hw/ide/Gerd Hoffmann