summaryrefslogtreecommitdiffstats
path: root/hw/ide/core.c
Commit message (Expand)AuthorAgeFilesLines
* ide: clear SRST after SRST finishesJohn Snow2020-10-271-0/+2
* ide: perform SRST as early as possibleJohn Snow2020-10-271-3/+1Star
* ide: run diagnostic after SRSTJohn Snow2020-10-271-4/+2Star
* hw/ide: restore replay support of IDEAlex Bennée2020-10-091-2/+2
* ide: cancel pending callbacks on SRSTJohn Snow2020-10-011-18/+40
* ide: clear interrupt on command writeJohn Snow2020-10-011-0/+1
* ide: remove magic constants from the device registerJohn Snow2020-10-011-12/+14
* ide: reorder set/get sector functionsJohn Snow2020-10-011-11/+15
* ide: model HOB correctlyJohn Snow2020-10-011-8/+7Star
* ide: don't tamper with the device registerJohn Snow2020-10-011-2/+2
* ide: rename cmd_write to ctrl_writeJohn Snow2020-10-011-6/+6
* hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé2020-09-011-1/+1
* hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé2020-06-171-3/+3
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov2020-01-271-8/+22
* ide: account UNMAP (TRIM) operationsAnton Nefedov2019-10-101-0/+12
* Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow2019-08-171-14/+0Star
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+1
* Include qemu/main-loop.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
* hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2019-02-221-5/+6
* hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2019-02-221-6/+2Star
* ide: split ioport registration to a separate filePaolo Bonzini2019-02-051-25/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-47/+47
* replay: replay BH for IDE trim operationPavel Dovgalyuk2018-10-021-1/+2
* ide: introduce ide_transfer_start_norecursePaolo Bonzini2018-06-081-4/+12
* ide: make ide_transfer_stop idempotentPaolo Bonzini2018-06-081-10/+4Star
* ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini2018-06-081-7/+4Star
* ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini2018-06-081-3/+5
* hw/ide: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star
* ide: fix invalid TRIM range abortion for macioAnton Nefedov2018-03-271-8/+9
* Revert "IDE: Do not flush empty CDROM drives"Stefan Hajnoczi2018-03-021-9/+1Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* ide: abort TRIM operation for invalid rangeAnton Nefedov2018-01-191-2/+13
* ide: move ide_sect_range_ok() upAnton Nefedov2018-01-191-12/+12
* ide: pass IDEState to trim AIO callbackAnton Nefedov2018-01-191-6/+8
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-2/+1Star
* ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange2017-10-311-1/+3
* ide: support reporting of rotation rateDaniel P. Berrange2017-10-121-0/+1
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* ide: fix enum comparison for gcc 4.7John Snow2017-09-221-1/+1
* hw/ide: Convert DeviceClass init to realizeMao Zhongyi2017-09-191-3/+4
* IDE: replace DEBUG_AIO with trace eventsJohn Snow2017-09-181-7/+17
* IDE: add tracing for data portsJohn Snow2017-09-181-1/+11
* IDE: Add register hints to tracingJohn Snow2017-09-181-20/+68
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-39/+26Star
* IDE: Do not flush empty CDROM drivesStefan Hajnoczi2017-08-101-1/+9
* ide: core: add cleanup functionLi Qiang2017-03-161-0/+8
* block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf2017-02-281-1/+1