summaryrefslogtreecommitdiff
path: root/hw/ide.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-21Ignore IDE command if issued while IDE is busy (Gleb Natapov)aliguori1-0/+26
2008-08-15Cancel IDE outstanding IO on device reset (Gleb Natapov)aliguori1-14/+26
2008-08-11IDE SEEK_STAT flagaliguori1-20/+20
2008-07-18ide: enable single word DMA, by Stefano Stabellini.ths1-0/+10
2008-07-03Fix ATAPI read drive structure command, by Alex Williamson.ths1-39/+144
2008-07-01Remove duplicate device index calculations.pbrook1-3/+1
2008-06-02Fix ATAPI GET_CONFIGURATION function (Alexander Graf, Carlo Marcelo Arenas Be...balrog1-15/+12
2008-05-06ide: Enable byte&word access to DMA address registeraurel321-0/+50
2008-03-29IDE: Improve DMA transfers by increasing the buffer sizeaurel321-7/+13
2008-02-03Simplify guess_disk_lchs - should fix Windows stack corruption spotted by TeL...balrog1-8/+1
2008-01-14Set READY_STAT after a WIN_DIAGNOSE per ATA-3 (Till Straumann).balrog1-1/+1
2008-01-14Multi-profile DVD-ROM support (Carlo Marcelo Arenas Belon).balrog1-15/+112
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-4/+14
2007-12-17Fix miscellaneous minor things, by Andre Przywara.ths1-2/+1
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths1-11/+16
2007-12-16qemu_put signedness fixes, by Andre Przywara.ths1-4/+4
2007-12-16Fix wrong signedness, by Andre Przywara.ths1-9/+9
2007-12-11IDE should send irq after WIN_DIAGNOSE (Tristan Gingold).balrog1-0/+1
2007-12-09Fix Win98SE MyComputer regression, by Ben Taylor.ths1-1/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+8
2007-11-08Revert "Last AIO Patch" as requested by Fabrice, it is incomplete andths1-38/+18
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-14/+14
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-75/+75
2007-09-13Allow more IDE power management, by Ben Guthro.ths1-2/+8
2007-09-13Partial IDE DVD emulation, by Filip Navara.ths1-2/+74
2007-08-26Last AIO patch, by Vladimir N. Oleynik.ths1-17/+37
2007-08-19Fix bugs in the ATAPI cdrom driver, by Brandon Philips.ths1-1/+3
2007-07-11Spelling fixes, by Stefan Weil.ths1-1/+1
2007-06-06Use the correct PCI IDs for Malta.ths1-0/+39
2007-05-24Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.balrog1-48/+109
2007-05-09PCMCIA addresses are 26-bit, widen the address type from 16 to 32 bits.balrog1-4/+4
2007-04-30PCMCIA bus support. Parts of CF-ATA command set. Hitachi DSCM microdrive emul...balrog1-4/+737
2007-04-07Unify IRQ handling.pbrook1-24/+18
2007-04-07Remove dead code.pbrook1-38/+0
2007-03-17Don't fail for "revert to poweron defaults" IDE command, by Carloths1-0/+2
2007-03-17Allow disabling IDE block mode, by Carlo Marcelo Arenas Belon.ths1-3/+3
2007-02-19Ignore special flags in nsector variable.ths1-3/+3
2007-01-24Add support for 82371FB (Step A1) and Improved support for 82371SBths1-0/+51
2007-01-24Fix DMA timeouts on FreeBSD, by Carlo Marcelo Arenas Belon.ths1-1/+1
2007-01-20Add more ATAPI CDROM DMA support, by Juergen Keil.ths1-10/+27
2007-01-05Fix for hard disk translation hints, by Volker Ruppert.ths1-2/+12
2006-12-22Fix CDROM change, by Anthony Liguori.ths1-0/+12
2006-08-19better support of removable mediabellard1-51/+69
2006-08-17minimal PCI IDE save/restorebellard1-0/+113
2006-08-07use AIO for DMA transfers - enabled DMA for CDROMsbellard1-199/+236
2006-06-04Disk cache flush support.pbrook1-0/+5
2006-05-25Rearrange SCSI disk emulation code.pbrook1-123/+2
2006-05-13Rearrange PCI host emulation code.pbrook1-2/+2
2006-04-25LBA48 support (Jens Axboe)bellard1-20/+137