Age | Commit message (Expand) | Author |
2010-03-09 | scsi: Make device scsi-disk reject /dev/sg* | Markus Armbruster |
2010-03-08 | block: Emit BLOCK_IO_ERROR before vm_stop() call | Luiz Capitulino |
2010-03-06 | scsi: update comment on the standards revision | Christoph Hellwig |
2010-02-10 | scsi: add topology support | Christoph Hellwig |
2010-02-10 | block: add topology qdev properties | Christoph Hellwig |
2010-02-10 | scsi: Generate BLOCK_IO_ERROR QMP event | Luiz Capitulino |
2010-01-26 | win32: pair qemu_memalign() with qemu_vfree() | Herve Poussineau |
2010-01-19 | scsi: device version property | Gerd Hoffmann |
2009-12-13 | scsi-disk: Inquiry with allocation length of CDB < 36 (v4) | Artyom Tarasenko |
2009-12-04 | scsi: fix incorrect ?: use | Blue Swirl |
2009-12-03 | SCSI: Fix Standard INQUIRY data | Laszlo Ast |
2009-12-03 | Rename DriveInfo.onerror to on_write_error | Kevin Wolf |
2009-12-03 | scsi: add read/write 16 commands. | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: VERIFY | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: REPORT_LUNS | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: SERVICE_ACTION_IN | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: GET_CONFIGURATION | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: READ_TOC | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: SYNCHRONIZE_CACHE | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: READ_CAPACITY | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: START_STOP | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: MODE_SENSE | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: RESERVE+RELEASE | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: INQUIRY | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: REQUEST_SENSE | Gerd Hoffmann |
2009-12-03 | scsi-disk: restruct emulation: core + TEST_UNIT_READY. | Gerd Hoffmann |
2009-12-03 | scsi: move status to SCSIRequest. | Gerd Hoffmann |
2009-12-03 | scsi: move dinfo to SCSIDevice | Gerd Hoffmann |
2009-12-03 | scsi: move sense to SCSIDevice, create SCSISense struct. | Gerd Hoffmann |
2009-12-03 | scsi: use command defines in scsi-disk.c | Gerd Hoffmann |
2009-12-03 | scsi: move type from SCSIGenericState to SCSIDevice | Gerd Hoffmann |
2009-12-03 | scsi: add scsi-defs.h | Gerd Hoffmann |
2009-12-03 | scsi: move blocksize from SCSIGenericState to SCSIDevice | Gerd Hoffmann |
2009-12-03 | scsi: move SCSIRequest management to common code. | Gerd Hoffmann |
2009-12-03 | scsi: move request lists to QTAILQ. | Gerd Hoffmann |
2009-12-03 | scsi: create common SCSIRequest structure. | Gerd Hoffmann |
2009-11-09 | scsi: move scsi-disk.h -> scsi.h | Gerd Hoffmann |
2009-11-09 | Pass the drive's readonly attribute to the guest OS | Naphtali Sprei |
2009-10-14 | scsi disk block descriptor v2 | Artyom Tarasenko |
2009-10-05 | drive cleanup fixes. | Gerd Hoffmann |
2009-10-05 | Implement scsi device destruction | Gerd Hoffmann |
2009-09-11 | block: add enable_write_cache flag | Christoph Hellwig |
2009-09-09 | qdev/scsi: add scsi bus support to qdev, convert drivers. | Gerd Hoffmann |
2009-07-30 | Fix VM state change handlers running out of order | Markus Armbruster |
2009-07-20 | Fix most warnings (errors with -Werror) when debugging is enabled | Blue Swirl |
2009-05-13 | Replace gcc variadic macro extension with C99 version | Blue Swirl |
2009-04-13 | Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static' | blueswir1 |
2009-04-07 | remove bdrv_aio_read/bdrv_aio_write (Christoph Hellwig) | aliguori |
2009-03-29 | Misc scsi disk/cdrom fixes/improvements 4/4 | blueswir1 |