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