summaryrefslogtreecommitdiffstats
path: root/hw/ide.c
Commit message (Expand)AuthorAgeFilesLines
* hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Convert IDE to use new dma helpers (Avi Kivity)aliguori2009-02-051-66/+10
* Add and use #defines for PCI device classesblueswir12009-02-011-6/+3
* PowerPC: IDE DB-DMA supportaurel322009-01-301-19/+151
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-12/+6
* Fix warning in ide.caliguori2009-01-221-1/+1
* Convert IDE to directly access guest memory (Avi Kivity)aliguori2009-01-221-16/+117
* Stop VM on ENOSPC error. (Gleb Natapov)aliguori2009-01-211-8/+75
* IDE: Return zero when reading error register with slave selected (Justin Chev...aliguori2009-01-081-1/+2
* Fix IDE debugblueswir12009-01-081-2/+2
* cmd646: correctly enable IDE channelsaurel322009-01-081-1/+2
* add "serial" parameter to -drive flag (Gleb Natapov)aliguori2009-01-071-9/+9
* VM load/save support for PPC devicesblueswir12008-12-301-65/+105
* Register reset handlersblueswir12008-12-281-0/+22
* IDE: Implement SEEK commandaurel322008-12-101-0/+7
* SH4: kill a few warningsaurel322008-12-071-0/+1
* sh4: mmio based CF support on r2d board (Takashi YOSHII).balrog2008-12-071-0/+92
* Abstract out geometry detection code from IDE for reusealiguori2008-11-251-106/+6
* Fix media detection on emulated CDROM (Gary Grebus)aliguori2008-11-191-1/+3
* 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
OpenPOWER on IntegriCloud