Age | Commit message (Expand) | Author |
2015-03-10 | ide: pass IDEBus to the restart_cb | Paolo Bonzini |
2015-03-10 | ide: introduce ide_register_restart_cb | Paolo Bonzini |
2015-02-06 | Restore atapi_dma flag across migration | Dr. David Alan Gilbert |
2014-11-18 | hw/ide/core.c: Prevent SIGSEGV during migration | Don Slutz |
2014-11-14 | ide: Correct handling of malformed/short PRDTs | John Snow |
2014-11-14 | ide: repair PIO transfers for cases where nsector > 1 | John Snow |
2014-11-03 | ahci: Update byte count after DMA completion | John Snow |
2014-10-20 | ide: Complete conversion from BlockDriverState to BlockBackend | Markus Armbruster |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-10-03 | ide: Update ide_drive_get to be HBA agnostic | John Snow |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng |
2014-09-22 | ide: Convert trim_aiocb_info.cancel to .cancel_async | Fam Zheng |
2014-09-22 | ide/ahci: Check for -ECANCELED in aio callbacks | Fam Zheng |
2014-09-10 | block: Make the block accounting functions operate on BlockAcctStats | Benoît Canet |
2014-09-10 | block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ | Benoît Canet |
2014-09-08 | ide: Add resize callback to ide/core | John Snow |
2014-09-08 | IDE: Fill the IDENTIFY request consistently | John Snow |
2014-09-08 | ide: Add wwn support to IDE-ATAPI drive | John Snow |
2014-08-15 | ide: only constrain read/write requests to drive size, not other types | Michael Tokarev |
2014-08-15 | ide: Fix segfault when flushing a device that doesn't exist | Kevin Wolf |
2014-08-15 | ide: make all commands go through cmd_done | Paolo Bonzini |
2014-08-15 | ide: stop PIO transfer on errors | Paolo Bonzini |
2014-08-15 | ide: move retry constants out of BM_STATUS_* namespace | Paolo Bonzini |
2014-08-15 | ide: fold add_status callback into set_inactive | Paolo Bonzini |
2014-08-15 | ide: wrap start_dma callback | Paolo Bonzini |
2014-08-15 | ide: simplify start_transfer callbacks | Paolo Bonzini |
2014-08-15 | ide: simplify set_inactive callbacks | Paolo Bonzini |
2014-08-15 | ide: simplify reset callbacks | Paolo Bonzini |
2014-08-15 | ide: stash aiocb for flushes | Paolo Bonzini |
2014-07-14 | ide: Treat read/write beyond end as invalid | Markus Armbruster |
2014-06-23 | qapi: adjust existing defines | Wenchao Xia |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela |
2014-04-14 | ide: Correct improper smart self test counter reset in ide core. | Benoît Canet |
2014-01-30 | Merge remote-tracking branch 'mjt/tags/trivial-patches-2014-01-16' into staging | Peter Maydell |
2014-01-24 | block: rename buffer_alignment to guest_block_size | Paolo Bonzini |
2014-01-15 | ide: cmd_exec_dev_diagnostic() always set error register to 0x01 | David du Colombier |
2013-11-05 | ide: Drop ide_init2_with_non_qdev_drives() | Andreas Färber |
2013-08-22 | aio / timers: Switch entire codebase to the new timer API | Alex Bligh |
2013-07-15 | ahci: Fix FLUSH command | Kevin Wolf |
2013-06-24 | ide: Clean up ide_exec_cmd() | Kevin Wolf |
2013-06-24 | ide: Convert SMART commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert CF-ATA commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert ATAPI commands to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert SEEK to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert FLUSH CACHE to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert SET FEATURES to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert CHECK POWER MDOE to ide_cmd_table handler | Kevin Wolf |
2013-06-24 | ide: Convert READ NATIVE MAX ADDRESS to ide_cmd_table handler | Kevin Wolf |