]> git.proxmox.com Git - qemu.git/history - hw/scsi-bus.c
scsi: introduce scsi_req_cancel
[qemu.git] / hw / scsi-bus.c
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_cancel
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_abort
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: introduce SCSIBusOps
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_data
2011-05-26 Paolo Bonziniscsi: add tracing of scsi requests
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24 Stefan Hajnocziscsi: Allow scsi_bus_legacy_add_drive() to set removabl...
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-11 Gleb NatapovAdd get_fw_dev_path callback to scsi bus.
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: Move sense handling into the driver
2010-11-25 Hannes Reineckescsi: Increase the number of possible devices
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_bus: fix length and xfer_mode for RESERVE and...
2010-08-24 Blue SwirlRearrange block headers
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-22 Jan Kiszkascsi: Dequeue requests before invoking completion callback
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Markus Armbrusterscsi: Error locations for -drive if=scsi device initial...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-02 Markus Armbrusterblock: Catch attempt to attach multiple devices to...
2010-07-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-07-02 Markus Armbrusterscsi: scsi_bus_legacy_handle_cmdline() can fail, fix...
2010-06-22 Nicholas Bellingerscsi-bus: Add MAINTENANCE_IN and MAINTENANCE_OUT SCSIRe...
2010-06-22 Nicholas Bellingerscsi-bus: Add PERSISTENT_RESERVE_OUT SCSIRequest->cmd...
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-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-25 Blue Swirlscsi: fix Sparse warning: Initializer entry defined...
2009-12-03 Gerd Hoffmannscsi: add read/write 16 commands.
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: add scsi_req_print()
2009-12-03 Gerd Hoffmannscsi: move status to SCSIRequest.
2009-12-03 Gerd Hoffmannscsi: move sense to SCSIDevice, create SCSISense struct.
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 SCSIRequest management to common code.
2009-12-03 Gerd Hoffmannscsi: move request lists to QTAILQ.
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-10-07 Markus ArmbrusterCheck return value of qdev_init()
2009-10-05 Gerd Hoffmannscsi: hotplug windup
2009-10-05 Gerd HoffmannImplement scsi device destruction
2009-10-05 Gerd Hoffmannswitch scsi bus to inplace allocation.
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.