summaryrefslogtreecommitdiffstats
path: root/hw/ide.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-4/+4
* Prevent CD-ROM media eject while device is lockedMark McLoughlin2009-06-161-8/+18
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-7/+7
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-3/+3
* Introduce reset notifier orderJan Kiszka2009-05-221-4/+4
* Follow coding conventionsPaul Brook2009-05-101-16/+16
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-3/+3
* implement qemu_blockalign (Stefano Stabellini)aliguori2009-04-221-1/+1
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-1/+1
* remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori2009-04-071-3/+7
* Sparse fixes: truncation by castblueswir12009-03-071-2/+2
* DB-DMA IDE asynchronous I/Oaurel322009-03-041-70/+103
* DB-DMA cleanupaurel322009-03-031-44/+44
* qemu: record devfn on block driver instance (Marcelo Tosatti)aliguori2009-02-111-0/+6
* 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
OpenPOWER on IntegriCloud