]> git.proxmox.com Git - qemu.git/history - hw/scsi-disk.c
Merge remote branch 'kwolf/for-stable-0.13' into stable-0.13
[qemu.git] / hw / scsi-disk.c
2010-10-11 Anthony LiguoriMerge remote branch 'kwolf/for-stable-0.13' into stable... v0.13.0-rc3
2010-09-13 Bernhard Kohlscsi-disk: fix the check of the DBD bit in the MODE...
2010-09-13 Bernhard Kohlscsi-disk: return CHECK CONDITION for unknown page...
2010-09-13 Bernhard Kohlscsi-disk: fix the block descriptor returned by the...
2010-09-13 Bernhard Kohlscsi-disk: respect the page control (PC) field in the...
2010-09-13 Bernhard Kohlscsi-disk: fix the mode data header returned by the...
2010-09-13 Bernhard Kohlscsi-disk: fix the mode data length field returned...
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-16 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-07-15 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-13 Markus Armbrusteride scsi virtio-blk: Reject empty drives unless media...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Markus Armbrusterscsi: Reject unimplemented error actions
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterblock: Fix virtual media change for if=none
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-07-02 Markus Armbrusterblockdev: Clean up automatic drive deletion
2010-06-15 Markus Armbrusterblock: Move error actions from DriveInfo to BlockDriver...
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.c
2010-06-04 Markus Armbrusterscsi: Fix info qtree for scsi-disk.ver
2010-06-04 Markus Armbrusterscsi: Turn drive serial into a qdev property scsi-disk...
2010-05-10 Jan Kiszkascsi-disk: Clear aiocb on read completion
2010-05-10 Jan KiszkaSCSI: Add disk reset handler
2010-03-17 Gerd Hoffmannscsi-disk: fix buffer overflow
2010-03-17 Naphtali Spreiread-only: Another minor cleanup
2010-03-17 Christoph Hellwigblock: add logical_block_size property
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-03-16 Markus Armbrustererror: Move qemu_error & friends into their own header
2010-03-09 Markus Armbrusterscsi: Make device scsi-disk reject /dev/sg*
2010-03-08 Luiz Capitulinoblock: Emit BLOCK_IO_ERROR before vm_stop() call
2010-03-06 Christoph Hellwigscsi: update comment on the standards revision
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Christoph Hellwigscsi: add topology support
2010-02-10 Christoph Hellwigblock: add topology qdev properties
2010-02-10 Luiz Capitulinoscsi: Generate BLOCK_IO_ERROR QMP event
2010-01-26 Herve Poussineauwin32: pair qemu_memalign() with qemu_vfree()
2010-01-19 Gerd Hoffmannscsi: device version property
2009-12-13 Artyom Tarasenkoscsi-disk: Inquiry with allocation length of CDB <...
2009-12-04 Blue Swirlscsi: fix incorrect ?: use
2009-12-03 Laszlo AstSCSI: Fix Standard INQUIRY data
2009-12-03 Kevin WolfRename DriveInfo.onerror to on_write_error
2009-12-03 Gerd Hoffmannscsi: add read/write 16 commands.
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: VERIFY
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: REPORT_LUNS
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: SERVICE_ACTION_IN
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: GET_CONFIGURATION
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: READ_TOC
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: SYNCHRONIZE_CACHE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: READ_CAPACITY
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: ALLOW_MEDIUM_REMOVAL
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: START_STOP
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: MODE_SENSE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: RESERVE+RELEASE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: INQUIRY
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: REQUEST_SENSE
2009-12-03 Gerd Hoffmannscsi-disk: restruct emulation: core + TEST_UNIT_READY.
2009-12-03 Gerd Hoffmannscsi: move status to SCSIRequest.
2009-12-03 Gerd Hoffmannscsi: move dinfo to SCSIDevice
2009-12-03 Gerd Hoffmannscsi: move sense to SCSIDevice, create SCSISense struct.
2009-12-03 Gerd Hoffmannscsi: use command defines in scsi-disk.c
2009-12-03 Gerd Hoffmannscsi: move type from SCSIGenericState to SCSIDevice
2009-12-03 Gerd Hoffmannscsi: add scsi-defs.h
2009-12-03 Gerd Hoffmannscsi: move blocksize from SCSIGenericState to SCSIDevice
2009-12-03 Gerd Hoffmannscsi: move SCSIRequest management to common code.
2009-12-03 Gerd Hoffmannscsi: move request lists to QTAILQ.
2009-12-03 Gerd Hoffmannscsi: create common SCSIRequest structure.
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-11-09 Naphtali SpreiPass the drive's readonly attribute to the guest OS
2009-10-14 Artyom Tarasenkoscsi disk block descriptor v2
2009-10-05 Gerd Hoffmanndrive cleanup fixes.
2009-10-05 Gerd HoffmannImplement scsi device destruction
2009-09-11 Christoph Hellwigblock: add enable_write_cache flag
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.
2009-07-30 Markus ArmbrusterFix VM state change handlers running out of order
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
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...
next