aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
AgeCommit message (Expand)Author
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