aboutsummaryrefslogtreecommitdiff
path: root/hw/scsi-disk.c
AgeCommit message (Expand)Author
2009-10-05drive cleanup fixes.Gerd Hoffmann
2009-10-05Implement scsi device destructionGerd Hoffmann
2009-09-11block: add enable_write_cache flagChristoph Hellwig
2009-09-09qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann
2009-07-30Fix VM state change handlers running out of orderMarkus Armbruster
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori
2009-03-29Misc scsi disk/cdrom fixes/improvements 4/4blueswir1
2009-03-29misc scsi disk/cdrom fixes/improvements 3/4blueswir1
2009-03-29misc scsi disk/cdrom fixes/improvements 2/4blueswir1
2009-03-29misc scsi disk/cdrom fixes/improvements 1/4blueswir1
2009-01-29check SCSI read/write requests against max LBA (Rik van Riel)aliguori
2009-01-28SCSI divide capacity by s->cluster_size (Rik van Riel)aliguori
2009-01-28support >2TB SCSI disks (Rik van Riel)aliguori
2009-01-28fix signed/unsigned overflows in SCSI disk (Rik van Riel)aliguori
2009-01-22Stop VM on error in scsi-disk (Gleb Natapov)aliguori
2009-01-14Make OpenBSD sparc-softmmu compile warning freeblueswir1
2009-01-07add "serial" parameter to -drive flag (Gleb Natapov)aliguori
2008-12-07SCSI: Handle inquiry commands of varying length (Justin Chevrier).balrog
2008-10-11Correct SCSI error reporting (Laurent Vivier)blueswir1
2008-10-01qemu: improve scsi dma speed by increasing the dma buffer sizeaurel32
2008-07-02Add rigid and flexible disk geometry page supportblueswir1
2008-06-03Spelling fixes, by Stefan Weil.ths
2008-04-29Revert v4260, breaks Sparc32blueswir1
2008-04-26Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).balrog
2008-02-03Implement more INQUIRY command replies for scsi disk (Igor Kovalenko).balrog
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths
2007-12-10SCSI cleanup, by Laurent Vivier.ths
2007-11-17Break up vl.h.pbrook
2007-06-03Spelling fixes, by Stefan Weil.ths
2007-04-28Buffer length fixes, by Wang Cheng Yeh.ths
2006-08-29SCSI TCQ support.pbrook
2006-08-19no need for bdrv_close()bellard
2006-08-14scsi empty drive fix (Blue Swirl).pbrook
2006-08-12SCSI and USB async IO support.pbrook
2006-08-06Add missing #define.pbrook
2006-08-06Fix SCSI off-by-one device size.pbrook
2006-06-04Disk cache flush support.pbrook
2006-06-03More SCSI commands (Blue Swirl).pbrook
2006-05-30PCI SCSI HBA emulation.pbrook
2006-05-26SCSI lun probing fix.pbrook
2006-05-26Small read fix.pbrook
2006-05-26Fix scsi sector size confusion (Blue Swirl).pbrook
2006-05-25Rearrange SCSI disk emulation code.pbrook