aboutsummaryrefslogtreecommitdiffstats
path: root/hw/ide/macio.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-15block: dma_bdrv_* does not return NULLPaolo Bonzini1-3/+1
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini1-7/+0
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-2/+3
2011-10-28atapi/scsi: unify definitions for MMCPaolo Bonzini1-1/+1
2011-09-19dma-helpers: rename is_write to to_devPaolo Bonzini1-1/+1
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster1-1/+0
2011-08-25block: explicit I/O accountingChristoph Hellwig1-11/+29
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-08-08ppc: convert to memory APIAvi Kivity1-17/+19
2011-06-15ide: add TRIM supportChristoph Hellwig1-0/+4
2011-06-15ide: allow other dma comands than read and writeChristoph Hellwig1-2/+7
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-12-11Add endianness as io mem parameterAlexander Graf1-1/+2
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster1-1/+1
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster1-1/+1
2010-03-29Compile ide/macio only onceBlue Swirl1-10/+4
2009-11-07IDE: Fix reset handlingBlue Swirl1-2/+1
2009-11-07PPC: remove unneeded calls to device resetBlue Swirl1-1/+0
2009-10-27ide: port pmac ide to vmstateJuan Quintela1-31/+11
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-09-04ide: move cmd+irq from IDEState to IDEBus.Gerd Hoffmann1-1/+1
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-1/+1
2009-08-28Fix merge of 59f2a78793b6d17634f39646d604e84af51e0919Blue Swirl1-2/+2
2009-08-27ide: move code to hw/ide/Gerd Hoffmann1-0/+356