Age | Commit message (Expand) | Author |
2009-03-04 | DB-DMA IDE asynchronous I/O | aurel32 |
2009-03-03 | DB-DMA cleanup | aurel32 |
2009-02-11 | qemu: record devfn on block driver instance (Marcelo Tosatti) | aliguori |
2009-02-05 | hw: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori |
2009-02-05 | Convert IDE to use new dma helpers (Avi Kivity) | aliguori |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 |
2009-01-30 | PowerPC: IDE DB-DMA support | aurel32 |
2009-01-26 | Define PCI vendor and device IDs in pci.h (Stuart Brady) | aliguori |
2009-01-22 | Fix warning in ide.c | aliguori |
2009-01-22 | Convert IDE to directly access guest memory (Avi Kivity) | aliguori |
2009-01-21 | Stop VM on ENOSPC error. (Gleb Natapov) | aliguori |
2009-01-08 | IDE: Return zero when reading error register with slave selected (Justin Chev... | aliguori |
2009-01-08 | Fix IDE debug | blueswir1 |
2009-01-08 | cmd646: correctly enable IDE channels | aurel32 |
2009-01-07 | add "serial" parameter to -drive flag (Gleb Natapov) | aliguori |
2008-12-30 | VM load/save support for PPC devices | blueswir1 |
2008-12-28 | Register reset handlers | blueswir1 |
2008-12-10 | IDE: Implement SEEK command | aurel32 |
2008-12-07 | SH4: kill a few warnings | aurel32 |
2008-12-07 | sh4: mmio based CF support on r2d board (Takashi YOSHII). | balrog |
2008-11-25 | Abstract out geometry detection code from IDE for reuse | aliguori |
2008-11-19 | Fix media detection on emulated CDROM (Gary Grebus) | aliguori |
2008-11-11 | windows cdrom cache flush (Stefano Stabellini) | aliguori |
2008-11-07 | Use the right format string to printf sector num with DEBUG_IDE. | balrog |
2008-10-09 | Fix IDE DIAGNOSE for packet devices (Vincent Sanders) | aliguori |
2008-10-01 | Check that asynchronous (DMA) submission succeeds (Ian Jackson). | balrog |
2008-10-01 | Actually check read/write errors in IDE (Ian Jackson). | balrog |
2008-08-21 | Ignore IDE command if issued while IDE is busy (Gleb Natapov) | aliguori |
2008-08-15 | Cancel IDE outstanding IO on device reset (Gleb Natapov) | aliguori |
2008-08-11 | IDE SEEK_STAT flag | aliguori |
2008-07-18 | ide: enable single word DMA, by Stefano Stabellini. | ths |
2008-07-03 | Fix ATAPI read drive structure command, by Alex Williamson. | ths |
2008-07-01 | Remove duplicate device index calculations. | pbrook |
2008-06-02 | Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be... | balrog |
2008-05-06 | ide: Enable byte&word access to DMA address register | aurel32 |
2008-03-29 | IDE: Improve DMA transfers by increasing the buffer size | aurel32 |
2008-02-03 | Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeL... | balrog |
2008-01-14 | Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann). | balrog |
2008-01-14 | Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon). | balrog |
2007-12-24 | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog |
2007-12-17 | Fix miscellaneous minor things, by Andre Przywara. | ths |
2007-12-17 | Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. | ths |
2007-12-16 | qemu_put signedness fixes, by Andre Przywara. | ths |
2007-12-16 | Fix wrong signedness, by Andre Przywara. | ths |
2007-12-11 | IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). | balrog |
2007-12-09 | Fix Win98SE MyComputer regression, by Ben Taylor. | ths |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook |
2007-11-17 | Break up vl.h. | pbrook |
2007-11-08 | Revert "Last AIO Patch" as requested by Fabrice, it is incomplete and | ths |
2007-09-17 | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths |