]> git.proxmox.com Git - qemu.git/history - hw/scsi-generic.c
virtio-blk: Avoid zeroing every request structure
[qemu.git] / hw / scsi-generic.c
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-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Christoph Hellwigblock: add topology qdev properties
2009-12-03 Gerd Hoffmannscsi: move status to SCSIRequest.
2009-12-03 Gerd Hoffmannscsi: move dinfo to SCSIDevice
2009-12-03 Gerd Hoffmannscsi: add xfer mode
2009-12-03 Gerd Hoffmannscsi: add request parsing helpers to common code.
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 scsi command buffer from SCSIGenericReq...
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-12-02 Jean-Christophe... Fix qemu_free use in scsi-generic.c
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-10-05 Gerd Hoffmanndrive cleanup fixes.
2009-10-05 Gerd HoffmannImplement scsi device destruction
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-03-28 aliguorinew scsi-generic abstraction, use SG_IO (Christoph...
2009-03-12 aliguoriAdd specialized block driver scsi generic API (Avi...
2008-10-17 aurel32scsi-generic: correct error management
2008-09-23 aliguoriscsi-generic: decode correctly SCSI tape commands ...
2008-09-22 aliguoriscsi-generic: correct 6-bytes commands transfer length...
2008-09-22 aliguoriscsi-generic: correct usage of memset() (Laurent Vivier)
2008-09-02 aurel32suppress a couple of spurious warnings in scsi-generic.c
2007-12-24 thsscsi-generic implemnentation, missing in last commit.