aboutsummaryrefslogtreecommitdiffstats
path: root/hw/scsi-disk.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Fix VM state change handlers running out of orderMarkus Armbruster1-3/+18
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-6/+6
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-5/+5
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir11-2/+2
2009-04-07remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori1-62/+63
2009-03-29Misc scsi disk/cdrom fixes/improvements 4/4blueswir11-0/+3
2009-03-29misc scsi disk/cdrom fixes/improvements 3/4blueswir11-1/+9
2009-03-29misc scsi disk/cdrom fixes/improvements 2/4blueswir11-0/+4
2009-03-29misc scsi disk/cdrom fixes/improvements 1/4blueswir11-0/+1
2009-01-29check SCSI read/write requests against max LBA (Rik van Riel)aliguori1-0/+18
2009-01-28SCSI divide capacity by s->cluster_size (Rik van Riel)aliguori1-0/+2
2009-01-28support >2TB SCSI disks (Rik van Riel)aliguori1-7/+46
2009-01-28fix signed/unsigned overflows in SCSI disk (Rik van Riel)aliguori1-3/+6
2009-01-22Stop VM on error in scsi-disk (Gleb Natapov)aliguori1-17/+69
2009-01-14Make OpenBSD sparc-softmmu compile warning freeblueswir11-1/+1
2009-01-07add "serial" parameter to -drive flag (Gleb Natapov)aliguori1-4/+13
2008-12-07SCSI: Handle inquiry commands of varying length (Justin Chevrier).balrog1-3/+8
2008-10-11Correct SCSI error reporting (Laurent Vivier)blueswir11-15/+27
2008-10-01qemu: improve scsi dma speed by increasing the dma buffer sizeaurel321-1/+1
2008-07-02Add rigid and flexible disk geometry page supportblueswir11-1/+70
2008-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2008-04-29Revert v4260, breaks Sparc32blueswir11-24/+13
2008-04-26Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).balrog1-13/+24
2008-02-03Implement more INQUIRY command replies for scsi disk (Igor Kovalenko).balrog1-4/+125
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-1/+2
2007-12-17Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths1-1/+1
2007-12-10SCSI cleanup, by Laurent Vivier.ths1-24/+38
2007-11-17Break up vl.h.pbrook1-1/+3
2007-06-03Spelling fixes, by Stefan Weil.ths1-1/+1
2007-04-28Buffer length fixes, by Wang Cheng Yeh.ths1-4/+5
2006-08-29SCSI TCQ support.pbrook1-231/+263
2006-08-19no need for bdrv_close()bellard1-1/+0
2006-08-14scsi empty drive fix (Blue Swirl).pbrook1-0/+1
2006-08-12SCSI and USB async IO support.pbrook1-34/+118
2006-08-06Add missing #define.pbrook1-0/+1
2006-08-06Fix SCSI off-by-one device size.pbrook1-9/+15
2006-06-04Disk cache flush support.pbrook1-1/+1
2006-06-03More SCSI commands (Blue Swirl).pbrook1-20/+72
2006-05-30PCI SCSI HBA emulation.pbrook1-14/+28
2006-05-26SCSI lun probing fix.pbrook1-3/+4
2006-05-26Small read fix.pbrook1-1/+1
2006-05-26Fix scsi sector size confusion (Blue Swirl).pbrook1-38/+41
2006-05-25Rearrange SCSI disk emulation code.pbrook1-0/+408