summaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
AgeCommit message (Expand)Author
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-08-30macio: add addr property to macio IDE objectMark Cave-Ayland
2018-08-30macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland
2018-03-27macio: fix NULL pointer dereference when issuing IDE trimMark Cave-Ayland
2017-10-17macio: add missing registers to VMStateDescriptionMark Cave-Ayland
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland
2017-09-27macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland
2016-08-08macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland
2016-06-07macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini
2016-05-12ide: Switch to byte-based aio block accessEric Blake
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin
2016-01-30macio: add dma_active to VMStateDescriptionMark Cave-Ayland
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland
2016-01-29ide: Clean up includesPeter Maydell
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland
2016-01-11hw/ide: Remove superfluous return statementsThomas Huth
2015-11-12macio: Account for failed operationsAlberto Garcia
2015-10-23macio-ide: add to storage categoryLaurent Vivier
2015-07-31macio: re-add TRIM supportAurelien Jarno
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-06-04macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland
2015-06-04macio: update comment/constants to reflect the new codeMark Cave-Ayland
2015-06-04macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland
2015-06-04macio: switch pmac_dma_read() over to new offset/len implementationMark Cave-Ayland
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland
2015-05-22macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini
2015-03-10ide: remove restart_cb callbackPaolo Bonzini
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini