aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-01-27ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov1-8/+22
2019-10-10ide: account UNMAP (TRIM) operationsAnton Nefedov1-0/+12
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow1-14/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-1/+1
2019-08-16Include qemu/main-loop.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-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy1-5/+6
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy1-6/+2
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini1-25/+0
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-47/+47
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk1-1/+2
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini1-4/+12
2018-06-08ide: make ide_transfer_stop idempotentPaolo Bonzini1-10/+4
2018-06-08ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini1-7/+4
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini1-3/+5
2018-06-01hw/ide: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-03-27ide: fix invalid TRIM range abortion for macioAnton Nefedov1-8/+9
2018-03-02Revert "IDE: Do not flush empty CDROM drives"Stefan Hajnoczi1-9/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-01-19ide: abort TRIM operation for invalid rangeAnton Nefedov1-2/+13
2018-01-19ide: move ide_sect_range_ok() upAnton Nefedov1-12/+12
2018-01-19ide: pass IDEState to trim AIO callbackAnton Nefedov1-6/+8
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé1-2/+1
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange1-1/+3
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange1-0/+1
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-22ide: fix enum comparison for gcc 4.7John Snow1-1/+1
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi1-3/+4
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow1-7/+17
2017-09-18IDE: add tracing for data portsJohn Snow1-1/+11
2017-09-18IDE: Add register hints to tracingJohn Snow1-20/+68
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow1-39/+26
2017-08-10IDE: Do not flush empty CDROM drivesStefan Hajnoczi1-1/+9
2017-03-15ide: core: add cleanup functionLi Qiang1-0/+8
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-1/+1
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster1-17/+0
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland1-3/+3
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya1-1/+1
2016-09-29ide: fix DMA register transitionsJohn Snow1-1/+1
2016-09-08portio: keep references on portioMarc-André Lureau1-2/+4
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau1-0/+1
2016-07-28ide: fix halted IO segfault at resetJohn Snow1-0/+1
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-2/+4
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev1-0/+2
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev1-6/+16
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-5/+5
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini1-6/+8
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini1-3/+5