aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)Author
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini
2018-06-08ide: make ide_transfer_stop idempotentPaolo Bonzini
2018-06-08ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini
2018-06-01hw/ide: Remove unused includePhilippe Mathieu-Daudé
2018-03-27ide: fix invalid TRIM range abortion for macioAnton Nefedov
2018-03-02Revert "IDE: Do not flush empty CDROM drives"Stefan Hajnoczi
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster
2018-01-19ide: abort TRIM operation for invalid rangeAnton Nefedov
2018-01-19ide: move ide_sect_range_ok() upAnton Nefedov
2018-01-19ide: pass IDEState to trim AIO callbackAnton Nefedov
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-22ide: fix enum comparison for gcc 4.7John Snow
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow
2017-09-18IDE: add tracing for data portsJohn Snow
2017-09-18IDE: Add register hints to tracingJohn Snow
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow
2017-08-10IDE: Do not flush empty CDROM drivesStefan Hajnoczi
2017-03-15ide: core: add cleanup functionLi Qiang
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya
2016-09-29ide: fix DMA register transitionsJohn Snow
2016-09-08portio: keep references on portioMarc-André Lureau
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau
2016-07-28ide: fix halted IO segfault at resetJohn Snow
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-05-12ide: Switch to byte-based aio block accessEric Blake
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin
2016-04-12ide: don't lose pending dma statePavel Butsykin
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow
2016-02-10ide: Add silent DRQ cancellationJohn Snow
2016-02-10ide: replace blk_drain_all by blk_drainJohn Snow