summaryrefslogtreecommitdiffstats
path: root/hw/ide/macio.c
Commit message (Expand)AuthorAgeFilesLines
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-1/+1
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* macio: add addr property to macio IDE objectMark Cave-Ayland2018-08-301-0/+1
* macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland2018-08-301-0/+1
* macio: fix NULL pointer dereference when issuing IDE trimMark Cave-Ayland2018-03-271-1/+1
* macio: add missing registers to VMStateDescriptionMark Cave-Ayland2017-10-171-1/+3
* macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland2017-09-271-3/+6
* macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland2017-09-271-2/+8
* macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland2017-09-271-106/+75Star
* ppc/ide/macio: Add missing registersBenjamin Herrenschmidt2017-09-271-3/+41
* macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland2016-10-271-185/+28Star
* macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland2016-08-081-0/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* macio: Use blk_drain instead of blk_drain_allFam Zheng2016-06-271-1/+1
* macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland2016-06-141-20/+26
* macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland2016-06-071-1/+2
* dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini2016-05-251-1/+1
* ide: Switch to byte-based aio block accessEric Blake2016-05-121-6/+3Star
* block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
* ide: really restart pending and in-flight atapi dmaPavel Butsykin2016-04-131-0/+2
* macio: add dma_active to VMStateDescriptionMark Cave-Ayland2016-01-301-1/+2
* macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland2016-01-301-8/+12
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland2016-01-111-1/+1
* hw/ide: Remove superfluous return statementsThomas Huth2016-01-111-2/+0Star
* macio: Account for failed operationsAlberto Garcia2015-11-121-2/+10
* macio-ide: add to storage categoryLaurent Vivier2015-10-231-0/+1
* macio: re-add TRIM supportAurelien Jarno2015-07-311-0/+28
* ide: add limit to .prepare_buf()John Snow2015-07-041-1/+1
* macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland2015-06-051-13/+0Star
* macio: update comment/constants to reflect the new codeMark Cave-Ayland2015-06-051-33/+13Star
* macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland2015-06-051-63/+53Star
* macio: switch pmac_dma_read() over to new offset/len implementationMark Cave-Ayland2015-06-051-62/+40Star
* macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland2015-05-221-143/+125Star
* macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland2015-05-221-106/+147
* ide: replace set_unit callback with more IDEBus statePaolo Bonzini2015-03-101-1/+0Star
* ide: remove restart_cb callbackPaolo Bonzini2015-03-101-5/+0Star
* ide: Correct handling of malformed/short PRDTsJohn Snow2014-11-141-1/+6
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-24/+24
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-1/+1
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-8/+11
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-4/+4
* ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-151-1/+0Star
* ide: simplify start_transfer callbacksPaolo Bonzini2014-08-151-6/+0Star
* ide: simplify set_inactive callbacksPaolo Bonzini2014-08-151-1/+0Star