]> git.proxmox.com Git - qemu.git/history - hw/scsi-generic.c
scsi: Add 'hba_private' to SCSIRequest
[qemu.git] / hw / scsi-generic.c
2011-07-19 Hannes Reineckescsi: Add 'hba_private' to SCSIRequest
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-05-31 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-05-31 Anthony LiguoriMerge remote-tracking branch 'amit/for-anthony' into...
2011-05-31 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi.2' into...
2011-05-26 Paolo Bonziniscsi: ignore LUN field in the CDB
2011-05-26 Paolo Bonziniscsi-generic: Handle queue full
2011-05-26 Paolo Bonziniscsi: make write_data return void
2011-05-26 Hannes Reineckescsi: Implement 'get_sense' callback
2011-05-26 Paolo Bonziniscsi: do not call send_command directly
2011-05-26 Hannes Reineckescsi: Update sense code handling
2011-05-26 Paolo Bonziniscsi: use scsi_req_complete
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_cancel
2011-05-26 Paolo Bonziniscsi: commonize purging requests
2011-05-26 Hannes Reineckescsi: Use 'SCSIRequest' directly
2011-05-26 Paolo Bonziniscsi: reference-count requests
2011-05-26 Paolo Bonziniscsi-generic: do not use a stale aiocb
2011-05-26 Paolo Bonziniscsi: introduce SCSIBusOps
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_data
2011-05-26 Paolo Bonziniscsi-generic: Remove bogus double complete
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-30 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-11-25 Hannes Reineckescsi: Return SAM status codes
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Bernhard Kohlscsi-generic: add missing reset handler
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-08 Bernhard Kohlscsi: fix and improve debug prints
2010-08-24 Blue SwirlRearrange block headers
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-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-04 Markus Armbrusterblockdev: Collect block device code in new blockdev.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.