Age | Commit message (Expand) | Author |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-04-12 | ide: don't lose pending dma state | Pavel Butsykin |
2016-02-10 | ide: move buffered DMA cancel to core | John Snow |
2016-01-29 | ide: Clean up includes | Peter Maydell |
2015-11-17 | ide: orphan all buffered requests on DMA cancel | Peter Lieven |
2015-11-06 | ide: remove hardcoded 2GiB transactional limit | John Snow |
2015-07-04 | ide: add limit to .prepare_buf() | John Snow |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-06-03 | hw/ide/pci: Fix memory leak | Shannon Zhao |
2015-03-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2015-03-10 | ide: place initial state of the current request to IDEBus | Paolo Bonzini |
2015-03-10 | ide: replace set_unit callback with more IDEBus state | Paolo Bonzini |
2015-03-10 | ide: move restart callback to common code | Paolo Bonzini |
2015-03-10 | ide: pass IDEBus to the restart_cb | Paolo Bonzini |
2015-03-10 | ide: do not use BMDMA in restart callback | Paolo Bonzini |
2015-03-10 | ide: prepare to move restart to common code | Paolo Bonzini |
2015-03-10 | ide: start extracting ide_restart_dma out of bmdma_restart_dma | Paolo Bonzini |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei |
2015-02-06 | atapi migration: Throw recoverable error to avoid recovery | Dr. David Alan Gilbert |
2014-11-14 | ide: Correct handling of malformed/short PRDTs | John Snow |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-08-15 | ide: move retry constants out of BM_STATUS_* namespace | Paolo Bonzini |
2014-08-15 | ide: move BM_STATUS bits to pci.[ch] | Paolo Bonzini |
2014-08-15 | ide: fold add_status callback into set_inactive | 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-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela |
2014-03-27 | hw/ide: Add missing 'static' attributes | Stefan Weil |
2013-07-29 | ide: Introduce abstract QOM type for PCIIDEState | Andreas Färber |
2013-05-08 | ide: Reset BMIDEA bit when the bus master is stopped | Kevin Wolf |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-01-17 | ide: Remove wrong assertion | Kevin Wolf |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini |
2012-02-10 | ide: fix compilation errors when DEBUG_IDE is set | Hervé Poussineau |
2012-01-21 | Correct types in bmdma_addr_{read,write} | David Gibson |
2011-12-12 | Remove unnecessary casts from PCI DMA code in PCI IDE | David Gibson |
2011-12-05 | block: convert qemu_aio_flush() calls to bdrv_drain_all() | Stefan Hajnoczi |
2011-11-01 | PCI IDE: Use PCI DMA stub functions | David Gibson |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino |
2011-09-12 | hw: Trim superfluous #include "block_int.h" | Markus Armbruster |
2011-08-08 | ide: convert to memory API | Avi Kivity |
2011-06-15 | ide: Clear error_status after restarting flush | Kevin Wolf |
2011-06-15 | ide: add TRIM support | Christoph Hellwig |
2011-06-15 | ide: allow other dma comands than read and write | Christoph Hellwig |