Age | Commit message (Expand) | Author |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini |
2018-10-02 | replay: replay BH for IDE trim operation | Pavel Dovgalyuk |
2018-06-08 | ide: introduce ide_transfer_start_norecurse | Paolo Bonzini |
2018-06-08 | ide: make ide_transfer_stop idempotent | Paolo Bonzini |
2018-06-08 | ide: call ide_cmd_done from ide_transfer_stop | Paolo Bonzini |
2018-06-08 | ide: push end_transfer_func out of start_transfer callback, rename callback | Paolo Bonzini |
2018-06-01 | hw/ide: Remove unused include | Philippe Mathieu-Daudé |
2018-03-27 | ide: fix invalid TRIM range abortion for macio | Anton Nefedov |
2018-03-02 | Revert "IDE: Do not flush empty CDROM drives" | Stefan Hajnoczi |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-01-19 | ide: abort TRIM operation for invalid range | Anton Nefedov |
2018-01-19 | ide: move ide_sect_range_ok() up | Anton Nefedov |
2018-01-19 | ide: pass IDEState to trim AIO callback | Anton Nefedov |
2017-12-18 | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé |
2017-10-31 | ide: avoid referencing NULL dev in rotational rate setting | Daniel P. Berrange |
2017-10-12 | ide: support reporting of rotation rate | Daniel P. Berrange |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-22 | ide: fix enum comparison for gcc 4.7 | John Snow |
2017-09-18 | hw/ide: Convert DeviceClass init to realize | Mao Zhongyi |
2017-09-18 | IDE: replace DEBUG_AIO with trace events | John Snow |
2017-09-18 | IDE: add tracing for data ports | John Snow |
2017-09-18 | IDE: Add register hints to tracing | John Snow |
2017-09-18 | IDE: replace DEBUG_IDE with tracing system | John Snow |
2017-08-10 | IDE: Do not flush empty CDROM drives | Stefan Hajnoczi |
2017-03-15 | ide: core: add cleanup function | Li Qiang |
2017-02-28 | block: Allow error return in BlockDevOps.change_media_cb() | Kevin Wolf |
2017-02-21 | hw: Drop superfluous special checks for orphaned -drive | Markus Armbruster |
2016-10-27 | dma-helpers: explicitly pass alignment into DMA helpers | Mark Cave-Ayland |
2016-09-29 | ide: Fix memory leak in ide_register_restart_cb() | Ashijeet Acharya |
2016-09-29 | ide: fix DMA register transitions | John Snow |
2016-09-08 | portio: keep references on portio | Marc-André Lureau |
2016-08-08 | ahci: fix sglist leak on retry | Marc-André Lureau |
2016-07-28 | ide: fix halted IO segfault at reset | John Snow |
2016-07-20 | block: Convert BB interface to byte-based discards | Eric Blake |
2016-07-18 | ide: set retry_unit for PIO and FLUSH requests | Evgeny Yakovlev |
2016-07-18 | ide: refactor retry_unit set and clear into separate function | Evgeny Yakovlev |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-05-25 | dma-helpers: change BlockBackend to opaque value in DMAIOFunc | Paolo Bonzini |
2016-05-25 | dma-helpers: change interface to byte-based | Paolo Bonzini |
2016-05-12 | ide: Switch to byte-based aio block access | Eric Blake |
2016-04-12 | ide: really restart pending and in-flight atapi dma | Pavel Butsykin |
2016-04-12 | ide: don't lose pending dma state | Pavel Butsykin |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-02-10 | ide: fix device_reset to not ignore pending AIO | John Snow |
2016-02-10 | ide: Add silent DRQ cancellation | John Snow |
2016-02-10 | ide: replace blk_drain_all by blk_drain | John Snow |
2016-02-10 | ide: move buffered DMA cancel to core | John Snow |
2016-02-10 | ide: code motion | John Snow |
2016-02-10 | ide: Prohibit RESET on IDE drives | John Snow |