aboutsummaryrefslogtreecommitdiff
path: root/hw/ide.c
AgeCommit message (Expand)Author
2009-05-10Follow coding conventionsPaul Brook
2009-05-03use PCI_HEADER_TYPE.Isaku Yamahata
2009-04-22implement qemu_blockalign (Stefano Stabellini)aliguori
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori
2009-03-07Sparse fixes: truncation by castblueswir1
2009-03-04DB-DMA IDE asynchronous I/Oaurel32
2009-03-03DB-DMA cleanupaurel32
2009-02-11qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori
2009-02-05hw: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori
2009-02-05Convert IDE to use new dma helpers (Avi Kivity)aliguori
2009-02-01Add and use #defines for PCI device classesblueswir1
2009-01-30PowerPC: IDE DB-DMA supportaurel32
2009-01-26Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori
2009-01-22Fix warning in ide.caliguori
2009-01-22Convert IDE to directly access guest memory (Avi Kivity)aliguori
2009-01-21Stop VM on ENOSPC error. (Gleb Natapov)aliguori
2009-01-08IDE: Return zero when reading error register with slave selected (Justin Chev...aliguori
2009-01-08Fix IDE debugblueswir1
2009-01-08cmd646: correctly enable IDE channelsaurel32
2009-01-07add "serial" parameter to -drive flag (Gleb Natapov)aliguori
2008-12-30VM load/save support for PPC devicesblueswir1
2008-12-28Register reset handlersblueswir1
2008-12-10IDE: Implement SEEK commandaurel32
2008-12-07SH4: kill a few warningsaurel32
2008-12-07sh4: mmio based CF support on r2d board (Takashi YOSHII).balrog
2008-11-25Abstract out geometry detection code from IDE for reusealiguori
2008-11-19Fix media detection on emulated CDROM (Gary Grebus)aliguori
2008-11-11windows cdrom cache flush (Stefano Stabellini)aliguori
2008-11-07Use the right format string to printf sector num with DEBUG_IDE.balrog
2008-10-09Fix IDE DIAGNOSE for packet devices (Vincent Sanders)aliguori
2008-10-01Check that asynchronous (DMA) submission succeeds (Ian Jackson).balrog
2008-10-01Actually check read/write errors in IDE (Ian Jackson).balrog
2008-08-21Ignore IDE command if issued while IDE is busy (Gleb Natapov)aliguori
2008-08-15Cancel IDE outstanding IO on device reset (Gleb Natapov)aliguori
2008-08-11IDE SEEK_STAT flagaliguori
2008-07-18ide: enable single word DMA, by Stefano Stabellini.ths
2008-07-03Fix ATAPI read drive structure command, by Alex Williamson.ths
2008-07-01Remove duplicate device index calculations.pbrook
2008-06-02Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be...balrog
2008-05-06ide: Enable byte&word access to DMA address registeraurel32
2008-03-29IDE: Improve DMA transfers by increasing the buffer sizeaurel32
2008-02-03Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeL...balrog
2008-01-14Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann).balrog
2008-01-14Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon).balrog
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths
2007-12-16Fix wrong signedness, by Andre Przywara.ths