aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scsi disk block descriptor v2Artyom Tarasenko2009-10-141-1/+21
* drive cleanup fixes.Gerd Hoffmann2009-10-051-0/+8
* Implement scsi device destructionGerd Hoffmann2009-10-051-6/+0
* block: add enable_write_cache flagChristoph Hellwig2009-09-111-1/+3
* qdev/scsi: add scsi bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-74/+84
* Fix VM state change handlers running out of orderMarkus Armbruster2009-07-301-3/+18
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-6/+6
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-5/+5
* Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir12009-04-131-2/+2
* remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig)aliguori2009-04-071-62/+63
* Misc scsi disk/cdrom fixes/improvements 4/4blueswir12009-03-291-0/+3
* misc scsi disk/cdrom fixes/improvements 3/4blueswir12009-03-291-1/+9
* misc scsi disk/cdrom fixes/improvements 2/4blueswir12009-03-291-0/+4
* misc scsi disk/cdrom fixes/improvements 1/4blueswir12009-03-291-0/+1
* check SCSI read/write requests against max LBA (Rik van Riel)aliguori2009-01-291-0/+18
* SCSI divide capacity by s->cluster_size (Rik van Riel)aliguori2009-01-281-0/+2
* support >2TB SCSI disks (Rik van Riel)aliguori2009-01-281-7/+46
* fix signed/unsigned overflows in SCSI disk (Rik van Riel)aliguori2009-01-281-3/+6
* Stop VM on error in scsi-disk (Gleb Natapov)aliguori2009-01-221-17/+69
* Make OpenBSD sparc-softmmu compile warning freeblueswir12009-01-141-1/+1
* add "serial" parameter to -drive flag (Gleb Natapov)aliguori2009-01-071-4/+13
* SCSI: Handle inquiry commands of varying length (Justin Chevrier).balrog2008-12-071-3/+8
* Correct SCSI error reporting (Laurent Vivier)blueswir12008-10-111-15/+27
* qemu: improve scsi dma speed by increasing the dma buffer sizeaurel322008-10-011-1/+1
* Add rigid and flexible disk geometry page supportblueswir12008-07-021-1/+70
* Spelling fixes, by Stefan Weil.ths2008-06-031-1/+1
* Revert v4260, breaks Sparc32blueswir12008-04-291-24/+13
* Fix scsi-disk sense-key/status confusion (Marcelo Tosatti).balrog2008-04-261-13/+24
* Implement more INQUIRY command replies for scsi disk (Igor Kovalenko).balrog2008-02-031-4/+125
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-1/+2
* Fix bdrv_get_geometry to return uint64_t, by Andre Przywara.ths2007-12-171-1/+1
* SCSI cleanup, by Laurent Vivier.ths2007-12-101-24/+38
* Break up vl.h.pbrook2007-11-171-1/+3
* Spelling fixes, by Stefan Weil.ths2007-06-031-1/+1
* Buffer length fixes, by Wang Cheng Yeh.ths2007-04-281-4/+5
* SCSI TCQ support.pbrook2006-08-291-231/+263
* no need for bdrv_close()bellard2006-08-191-1/+0
* scsi empty drive fix (Blue Swirl).pbrook2006-08-141-0/+1
* SCSI and USB async IO support.pbrook2006-08-121-34/+118
* Add missing #define.pbrook2006-08-061-0/+1
* Fix SCSI off-by-one device size.pbrook2006-08-061-9/+15
* Disk cache flush support.pbrook2006-06-041-1/+1
* More SCSI commands (Blue Swirl).pbrook2006-06-031-20/+72
* PCI SCSI HBA emulation.pbrook2006-05-301-14/+28
* SCSI lun probing fix.pbrook2006-05-261-3/+4
* Small read fix.pbrook2006-05-261-1/+1
* Fix scsi sector size confusion (Blue Swirl).pbrook2006-05-261-38/+41
* Rearrange SCSI disk emulation code.pbrook2006-05-251-0/+408