]> git.proxmox.com Git - qemu.git/history - hw/ide.c
Fix miscellaneous minor things, by Andre Przywara.
[qemu.git] / hw / ide.c
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
2004-06-21 bellardadded PCI bus
2004-06-21 bellardpmac macio based ide support
2004-06-12 bellardIDE ATA identify fix (aka FreeBSD 4.10 fix)
2004-05-29 bellardput ready it after write command (aka FreeBSD HD access...
2004-05-23 bellardadded PIIX3 like IDE controller - PCI irq generation...
2004-05-20 bellardcleanup
2004-05-18 bellardPCI support
2004-05-17 bellarddifferent serial number for each drive (initial patch...
2004-05-04 bellardide slave fixes (aka Win98 CD-ROM detection fix)
2004-04-25 bellardide endianness fixes
2004-04-25 bellardavoid error if too many sectors in non LBA mode
2004-04-07 bellardide select logic fix
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-23 bellardfixed IDE probe
2004-03-20 bellardwrite to both IDE drives - return 0 for not present...
2004-03-14 bellardremovable device support - io port API change
2004-02-01 bellardide identify fix (initial patch by Jens Axboe)
2004-02-01 bellardfixed atapi error codes (initial patch by Jens Axboe)
2004-02-01 bellardSEEK_STAT bit ata reset fix (Jens Axboe)
2004-01-22 bellardATAPI transfer size fix (NetBSD CDROM access fix) ...
2004-01-05 bellarduse CPUState
2004-01-04 bellardCD-ROM detection fix
2003-11-16 bellardmake windows happier
2003-11-12 bellardmake Knoppix CD-ROM probe happy
2003-11-11 bellardmoved IDE driver to ide.c