Install keymaps from new location
[qemu] / hw / ide.c
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-10 Paul BrookFollow coding conventions
2009-05-03 Isaku Yamahatause PCI_HEADER_TYPE.
2009-04-22 aliguoriimplement qemu_blockalign (Stefano Stabellini)
2009-04-13 blueswir1Fix OpenSolaris gcc4 warnings: iovec type mismatches...
2009-04-07 aliguoriremove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
2009-03-07 blueswir1Sparse fixes: truncation by cast
2009-03-04 aurel32DB-DMA IDE asynchronous I/O
2009-03-03 aurel32DB-DMA cleanup
2009-02-11 aliguoriqemu: record devfn on block driver instance (Marcelo...
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2009-02-05 aliguoriConvert IDE to use new dma helpers (Avi Kivity)
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-30 aurel32PowerPC: IDE DB-DMA support
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-22 aliguoriFix warning in ide.c
2009-01-22 aliguoriConvert IDE to directly access guest memory (Avi Kivity)
2009-01-21 aliguoriStop VM on ENOSPC error. (Gleb Natapov)
2009-01-08 aliguoriIDE: Return zero when reading error register with slave...
2009-01-08 blueswir1Fix IDE debug
2009-01-08 aurel32cmd646: correctly enable IDE channels
2009-01-07 aliguoriadd "serial" parameter to -drive flag (Gleb Natapov)
2008-12-30 blueswir1VM load/save support for PPC devices
2008-12-28 blueswir1Register reset handlers
2008-12-10 aurel32IDE: Implement SEEK command
2008-12-07 aurel32SH4: kill a few warnings
2008-12-07 balrogsh4: mmio based CF support on r2d board (Takashi YOSHII).
2008-11-25 aliguoriAbstract out geometry detection code from IDE for reuse
2008-11-19 aliguoriFix media detection on emulated CDROM (Gary Grebus)
2008-11-11 aliguoriwindows cdrom cache flush (Stefano Stabellini)
2008-11-07 balrogUse the right format string to printf sector num with...
2008-10-09 aliguoriFix IDE DIAGNOSE for packet devices (Vincent Sanders)
2008-10-01 balrogCheck that asynchronous (DMA) submission succeeds ...
2008-10-01 balrogActually check read/write errors in IDE (Ian Jackson).
2008-08-21 aliguoriIgnore IDE command if issued while IDE is busy (Gleb...
2008-08-15 aliguoriCancel IDE outstanding IO on device reset (Gleb Natapov)
2008-08-11 aliguoriIDE SEEK_STAT flag
2008-07-18 thside: enable single word DMA, by Stefano Stabellini.
2008-07-03 thsFix ATAPI read drive structure command, by Alex Williamson.
2008-07-01 pbrookRemove duplicate device index calculations.
2008-06-02 balrogFix ATAPI GET_CONFIGURATION function (Alexander Graf...
2008-05-06 aurel32ide: Enable byte&word access to DMA address register
2008-03-29 aurel32IDE: Improve DMA transfers by increasing the buffer...
2008-02-03 balrogSimplify guess_disk_lchs - should fix Windows stack...
2008-01-14 balrogSet READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till...
2008-01-14 balrogMulti-profile DVD-ROM support (Carlo Marcelo Arenas...
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-17 thsFix miscellaneous minor things, by Andre Przywara.
2007-12-17 thsFix bdrv_get_geometry to return uint64_t, by Andre...
2007-12-16 thsqemu_put signedness fixes, by Andre Przywara.
2007-12-16 thsFix wrong signedness, by Andre Przywara.
2007-12-11 balrogIDE should send irq after WIN_DIAGNOSE (Tristan Gingold).
2007-12-09 thsFix Win98SE MyComputer regression, by Ben Taylor.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-11-08 thsRevert "Last AIO Patch" as requested by Fabrice, it...
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-13 thsAllow more IDE power management, by Ben Guthro.
2007-09-13 thsPartial IDE DVD emulation, by Filip Navara.
2007-08-26 thsLast AIO patch, by Vladimir N. Oleynik.
2007-08-19 thsFix bugs in the ATAPI cdrom driver, by Brandon Philips.
2007-07-11 thsSpelling fixes, by Stefan Weil.
2007-06-06 thsUse the correct PCI IDs for Malta.
2007-05-24 balrogSavevm/loadvm bits for ARM core, the PXA2xx peripherals...
2007-05-09 balrogPCMCIA addresses are 26-bit, widen the address type...
2007-04-30 balrogPCMCIA bus support. Parts of CF-ATA command set. Hitach...
2007-04-07 pbrookUnify IRQ handling.
2007-04-07 pbrookRemove dead code.
2007-03-17 thsDon't fail for "revert to poweron defaults" IDE command...
2007-03-17 thsAllow disabling IDE block mode, by Carlo Marcelo Arenas...
2007-02-19 thsIgnore special flags in nsector variable.
2007-01-24 thsAdd support for 82371FB (Step A1) and Improved support...
2007-01-24 thsFix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas...
2007-01-20 thsAdd more ATAPI CDROM DMA support, by Juergen Keil.
2007-01-05 thsFix for hard disk translation hints, by Volker Ruppert.
2006-12-22 thsFix CDROM change, by Anthony Liguori.
2006-08-19 bellardbetter support of removable media
2006-08-17 bellardminimal PCI IDE save/restore
2006-08-07 bellarduse AIO for DMA transfers - enabled DMA for CDROMs
2006-06-04 pbrookDisk cache flush support.
2006-05-25 pbrookRearrange SCSI disk emulation code.
2006-05-13 pbrookRearrange PCI host emulation code.
2006-04-25 bellardLBA48 support (Jens Axboe)
2006-04-23 bellard-win2k-hack performance+DMA support (Leonardo E. Reiter)
2006-04-02 bellardCDROM detection fix
2006-02-01 bellardcorrect DMA and transfer mode reporting (Jens Axboe)
2005-08-06 bellardide PCI ident fix, aka FreeBSD/amd64 bug fix (Jung...
2005-07-07 bellardsuppressed ppc ide hack - fixed read toc for Darwin/PPC
2005-07-02 bellardmore generic i8259 support
2005-06-05 bellardadded CMD646 PCI IDE controller support - better IRQ...
2005-04-30 bellardWindows 2000 install disk full hack (original idea...
2005-04-28 bellardBMDMA interrupt fix (aka Solaris x86 IDE bug fix)
2004-12-02 bellardadded WIN_IDLEIMMEDIATE and WIN_DIAGNOSE commands
2004-11-17 bellarddisable automatic BIOS translation if the logical disk...
2004-11-16 bellardbetter BIOS ATA translation support
2004-11-09 bellardenabled DMA
2004-10-09 bellardIDE standby fix for Linux 2.6 guest - segfault fix
2004-10-09 bellardIDE fix for NT4 (Ben Pfaf)
2004-06-25 bellardBMDMA support - CDROM fixes
next