aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/core.c
AgeCommit message (Expand)Author
2023-11-19hw/ide: reset: cancel async DMA operation before resetting stateFiona Ebner
2023-09-11hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel
2023-09-11hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2022-09-30hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski
2022-09-30hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski
2022-06-24block: get rid of blk->guest_block_sizeStefan Hajnoczi
2022-05-25ide_ioport_read: Return lower octet of data register instead of 0xFFLev Kujawski
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell
2022-03-07ide: Increment BB in-flight counter for TRIM BHHanna Reitz
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2021-11-02ide: Cap LBA28 capacity announcement to 2^28-1Samuel Thibault
2021-03-09sysemu: Let VMChangeStateHandler take boolean 'running' argumentPhilippe Mathieu-Daudé
2021-01-27block: Separate blk_is_writable() and blk_supports_write_perm()Kevin Wolf
2021-01-08Remove superfluous timer_del() callsPeter Maydell
2020-10-27ide: clear SRST after SRST finishesJohn Snow
2020-10-27ide: perform SRST as early as possibleJohn Snow
2020-10-27ide: run diagnostic after SRSTJohn Snow
2020-10-09hw/ide: restore replay support of IDEAlex Bennée
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow
2020-10-01ide: clear interrupt on command writeJohn Snow
2020-10-01ide: remove magic constants from the device registerJohn Snow
2020-10-01ide: reorder set/get sector functionsJohn Snow
2020-10-01ide: model HOB correctlyJohn Snow
2020-10-01ide: don't tamper with the device registerJohn Snow
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow
2020-09-01hw/ide/core: Trivial typo fixPhilippe Mathieu-Daudé
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2020-01-27ide: Fix incorrect handling of some PRDTs in ide_dma_cb()Alexander Popov
2019-10-10ide: account UNMAP (TRIM) operationsAnton Nefedov
2019-08-16Revert "ide/ahci: Check for -ECANCELED in aio callbacks"John Snow
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
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