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