Age | Commit message (Expand) | Author | Files | Lines |
2015-06-03 | hw/ide/pci: Fix memory leak | Shannon Zhao | 1 | -4/+1 |
2015-03-10 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -94/+15 |
2015-03-10 | ide: place initial state of the current request to IDEBus | Paolo Bonzini | 1 | -9/+6 |
2015-03-10 | ide: replace set_unit callback with more IDEBus state | Paolo Bonzini | 1 | -13/+6 |
2015-03-10 | ide: move restart callback to common code | Paolo Bonzini | 1 | -79/+0 |
2015-03-10 | ide: pass IDEBus to the restart_cb | Paolo Bonzini | 1 | -5/+5 |
2015-03-10 | ide: do not use BMDMA in restart callback | Paolo Bonzini | 1 | -3/+3 |
2015-03-10 | ide: prepare to move restart to common code | Paolo Bonzini | 1 | -5/+7 |
2015-03-10 | ide: start extracting ide_restart_dma out of bmdma_restart_dma | Paolo Bonzini | 1 | -10/+18 |
2015-03-10 | Remove superfluous '\n' around error_report() | Gonglei | 1 | -1/+1 |
2015-02-06 | atapi migration: Throw recoverable error to avoid recovery | Dr. David Alan Gilbert | 1 | -0/+11 |
2014-11-14 | ide: Correct handling of malformed/short PRDTs | John Snow | 1 | -6/+21 |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster | 1 | -2/+2 |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster | 1 | -1/+1 |
2014-08-15 | ide: move retry constants out of BM_STATUS_* namespace | Paolo Bonzini | 1 | -7/+7 |
2014-08-15 | ide: move BM_STATUS bits to pci.[ch] | Paolo Bonzini | 1 | -0/+4 |
2014-08-15 | ide: fold add_status callback into set_inactive | Paolo Bonzini | 1 | -12/+7 |
2014-08-15 | ide: simplify start_transfer callbacks | Paolo Bonzini | 1 | -6/+0 |
2014-08-15 | ide: simplify set_inactive callbacks | Paolo Bonzini | 1 | -3/+1 |
2014-08-15 | ide: simplify reset callbacks | Paolo Bonzini | 1 | -3/+1 |
2014-06-16 | savevm: Remove all the unneeded version_minimum_id_old (x86) | Juan Quintela | 1 | -8/+4 |
2014-03-27 | hw/ide: Add missing 'static' attributes | Stefan Weil | 1 | -1/+1 |
2013-07-29 | ide: Introduce abstract QOM type for PCIIDEState | Andreas Färber | 1 | -7/+23 |
2013-05-08 | ide: Reset BMIDEA bit when the bus master is stopped | Kevin Wolf | 1 | -0/+1 |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | 1 | -2/+2 |
2013-01-17 | ide: Remove wrong assertion | Kevin Wolf | 1 | -1/+0 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | block: move include files to include/block/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-17 | pci: update all users to look in pci/ | Michael S. Tsirkin | 1 | -1/+1 |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity | 1 | -2/+2 |
2012-09-28 | iostatus: change is_read to a bool | Paolo Bonzini | 1 | -2/+2 |
2012-02-10 | ide: fix compilation errors when DEBUG_IDE is set | Hervé Poussineau | 1 | -1/+1 |
2012-01-21 | Correct types in bmdma_addr_{read,write} | David Gibson | 1 | -2/+2 |
2011-12-12 | Remove unnecessary casts from PCI DMA code in PCI IDE | David Gibson | 1 | -2/+2 |
2011-12-05 | block: convert qemu_aio_flush() calls to bdrv_drain_all() | Stefan Hajnoczi | 1 | -1/+1 |
2011-11-01 | PCI IDE: Use PCI DMA stub functions | David Gibson | 1 | -9/+10 |
2011-09-15 | Replace the VMSTOP macros with a proper state type | Luiz Capitulino | 1 | -1/+1 |
2011-09-12 | hw: Trim superfluous #include "block_int.h" | Markus Armbruster | 1 | -1/+0 |
2011-08-08 | ide: convert to memory API | Avi Kivity | 1 | -11/+14 |
2011-06-15 | ide: Clear error_status after restarting flush | Kevin Wolf | 1 | -7/+11 |
2011-06-15 | ide: add TRIM support | Christoph Hellwig | 1 | -2/+7 |
2011-06-15 | ide: allow other dma comands than read and write | Christoph Hellwig | 1 | -3/+3 |
2011-06-15 | ide: Split error status from status register | Kevin Wolf | 1 | -7/+66 |
2011-05-18 | ide: Turn debug messages into assertions | Kevin Wolf | 1 | -6/+2 |
2011-05-18 | ide: cleanup warnings | Andrea Arcangeli | 1 | -2/+2 |
2011-04-15 | Remove unused sysemu.h include directives | Blue Swirl | 1 | -1/+0 |
2011-01-24 | ide: Remove unneeded null pointer check | Stefan Weil | 1 | -3/+1 |
2011-01-24 | ide: factor dma handling helpers | Christoph Hellwig | 1 | -7/+2 |
2010-12-17 | ide: Split out BMDMA code from ATA core | Alexander Graf | 1 | -3/+277 |
2010-11-29 | ide: Reset current_addr after stopping DMA | Kevin Wolf | 1 | -1/+1 |