Install keymaps from new location
[qemu] / hw / scsi-disk.c
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-04-13 blueswir1Fix OpenSolaris gcc4 warnings: iovec type mismatches...
2009-04-07 aliguoriremove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)
2009-03-29 blueswir1Misc scsi disk/cdrom fixes/improvements 4/4
2009-03-29 blueswir1misc scsi disk/cdrom fixes/improvements 3/4
2009-03-29 blueswir1misc scsi disk/cdrom fixes/improvements 2/4
2009-03-29 blueswir1misc scsi disk/cdrom fixes/improvements 1/4
2009-01-29 aliguoricheck SCSI read/write requests against max LBA (Rik...
2009-01-28 aliguoriSCSI divide capacity by s->cluster_size (Rik van Riel)
2009-01-28 aliguorisupport >2TB SCSI disks (Rik van Riel)
2009-01-28 aliguorifix signed/unsigned overflows in SCSI disk (Rik van...
2009-01-22 aliguoriStop VM on error in scsi-disk (Gleb Natapov)
2009-01-14 blueswir1Make OpenBSD sparc-softmmu compile warning free
2009-01-07 aliguoriadd "serial" parameter to -drive flag (Gleb Natapov)
2008-12-07 balrogSCSI: Handle inquiry commands of varying length (Justin...
2008-10-11 blueswir1Correct SCSI error reporting (Laurent Vivier)
2008-10-01 aurel32qemu: improve scsi dma speed by increasing the dma...
2008-07-02 blueswir1Add rigid and flexible disk geometry page support
2008-06-03 thsSpelling fixes, by Stefan Weil.
2008-04-29 blueswir1Revert v4260, breaks Sparc32
2008-04-26 balrogFix scsi-disk sense-key/status confusion (Marcelo Tosatti).
2008-02-03 balrogImplement more INQUIRY command replies for scsi disk...
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-17 thsFix bdrv_get_geometry to return uint64_t, by Andre...
2007-12-10 thsSCSI cleanup, by Laurent Vivier.
2007-11-17 pbrookBreak up vl.h.
2007-06-03 thsSpelling fixes, by Stefan Weil.
2007-04-28 thsBuffer length fixes, by Wang Cheng Yeh.
2006-08-29 pbrookSCSI TCQ support.
2006-08-19 bellardno need for bdrv_close()
2006-08-14 pbrookscsi empty drive fix (Blue Swirl).
2006-08-12 pbrookSCSI and USB async IO support.
2006-08-06 pbrookAdd missing #define.
2006-08-06 pbrookFix SCSI off-by-one device size.
2006-06-04 pbrookDisk cache flush support.
2006-06-03 pbrookMore SCSI commands (Blue Swirl).
2006-05-30 pbrookPCI SCSI HBA emulation.
2006-05-26 pbrookSCSI lun probing fix.
2006-05-26 pbrookSmall read fix.
2006-05-26 pbrookFix scsi sector size confusion (Blue Swirl).
2006-05-25 pbrookRearrange SCSI disk emulation code.