| Commit message (Expand) | Author | Age | Files | Lines |
* | windows cdrom cache flush (Stefano Stabellini) | aliguori | 2008-11-11 | 1 | -1/+27 |
* | Use the right format string to printf sector num with DEBUG_IDE. | balrog | 2008-11-07 | 1 | -2/+2 |
* | Fix IDE DIAGNOSE for packet devices (Vincent Sanders) | aliguori | 2008-10-09 | 1 | -2/+9 |
* | Check that asynchronous (DMA) submission succeeds (Ian Jackson). | balrog | 2008-10-01 | 1 | -0/+10 |
* | Actually check read/write errors in IDE (Ian Jackson). | balrog | 2008-10-01 | 1 | -2/+32 |
* | Ignore IDE command if issued while IDE is busy (Gleb Natapov) | aliguori | 2008-08-21 | 1 | -0/+26 |
* | Cancel IDE outstanding IO on device reset (Gleb Natapov) | aliguori | 2008-08-15 | 1 | -14/+26 |
* | IDE SEEK_STAT flag | aliguori | 2008-08-11 | 1 | -20/+20 |
* | ide: enable single word DMA, by Stefano Stabellini. | ths | 2008-07-18 | 1 | -0/+10 |
* | Fix ATAPI read drive structure command, by Alex Williamson. | ths | 2008-07-03 | 1 | -39/+144 |
* | Remove duplicate device index calculations. | pbrook | 2008-07-01 | 1 | -3/+1 |
* | Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be... | balrog | 2008-06-02 | 1 | -15/+12 |
* | ide: Enable byte&word access to DMA address register | aurel32 | 2008-05-06 | 1 | -0/+50 |
* | IDE: Improve DMA transfers by increasing the buffer size | aurel32 | 2008-03-29 | 1 | -7/+13 |
* | Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeL... | balrog | 2008-02-03 | 1 | -8/+1 |
* | Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann). | balrog | 2008-01-14 | 1 | -1/+1 |
* | Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon). | balrog | 2008-01-14 | 1 | -15/+112 |
* | Add "cache" parameter to "-drive" (Laurent Vivier). | balrog | 2007-12-24 | 1 | -4/+14 |
* | Fix miscellaneous minor things, by Andre Przywara. | ths | 2007-12-17 | 1 | -2/+1 |
* | Fix bdrv_get_geometry to return uint64_t, by Andre Przywara. | ths | 2007-12-17 | 1 | -11/+16 |
* | qemu_put signedness fixes, by Andre Przywara. | ths | 2007-12-16 | 1 | -4/+4 |
* | Fix wrong signedness, by Andre Przywara. | ths | 2007-12-16 | 1 | -9/+9 |
* | IDE should send irq after WIN_DIAGNOSE (Tristan Gingold). | balrog | 2007-12-11 | 1 | -0/+1 |
* | Fix Win98SE MyComputer regression, by Ben Taylor. | ths | 2007-12-09 | 1 | -1/+1 |
* | Add statics and missing #includes for prototypes. | pbrook | 2007-11-18 | 1 | -0/+1 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+8 |
* | Revert "Last AIO Patch" as requested by Fabrice, it is incomplete and | ths | 2007-11-08 | 1 | -38/+18 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -14/+14 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -75/+75 |
* | Allow more IDE power management, by Ben Guthro. | ths | 2007-09-13 | 1 | -2/+8 |
* | Partial IDE DVD emulation, by Filip Navara. | ths | 2007-09-13 | 1 | -2/+74 |
* | Last AIO patch, by Vladimir N. Oleynik. | ths | 2007-08-26 | 1 | -17/+37 |
* | Fix bugs in the ATAPI cdrom driver, by Brandon Philips. | ths | 2007-08-19 | 1 | -1/+3 |
* | Spelling fixes, by Stefan Weil. | ths | 2007-07-11 | 1 | -1/+1 |
* | Use the correct PCI IDs for Malta. | ths | 2007-06-06 | 1 | -0/+39 |
* | Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. | balrog | 2007-05-24 | 1 | -48/+109 |
* | PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits. | balrog | 2007-05-09 | 1 | -4/+4 |
* | PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul... | balrog | 2007-04-30 | 1 | -4/+737 |
* | Unify IRQ handling. | pbrook | 2007-04-07 | 1 | -24/+18 |
* | Remove dead code. | pbrook | 2007-04-07 | 1 | -38/+0 |
* | Don't fail for "revert to poweron defaults" IDE command, by Carlo | ths | 2007-03-17 | 1 | -0/+2 |
* | Allow disabling IDE block mode, by Carlo Marcelo Arenas Belon. | ths | 2007-03-17 | 1 | -3/+3 |
* | Ignore special flags in nsector variable. | ths | 2007-02-19 | 1 | -3/+3 |
* | Add support for 82371FB (Step A1) and Improved support for 82371SB | ths | 2007-01-24 | 1 | -0/+51 |
* | Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon. | ths | 2007-01-24 | 1 | -1/+1 |
* | Add more ATAPI CDROM DMA support, by Juergen Keil. | ths | 2007-01-20 | 1 | -10/+27 |
* | Fix for hard disk translation hints, by Volker Ruppert. | ths | 2007-01-05 | 1 | -2/+12 |
* | Fix CDROM change, by Anthony Liguori. | ths | 2006-12-22 | 1 | -0/+12 |
* | better support of removable media | bellard | 2006-08-19 | 1 | -51/+69 |
* | minimal PCI IDE save/restore | bellard | 2006-08-17 | 1 | -0/+113 |