]> git.proxmox.com Git - qemu.git/history - hw/scsi-disk.c
scsi: introduce scsi_req_cancel
[qemu.git] / hw / scsi-disk.c
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: introduce scsi_req_data
2011-05-25 Anthony LiguoriMerge remote-tracking branch 'kraxel/CVE-2011-1751...
2011-05-19 Markus Armbrusterblockdev: Store -drive option media in DriveInfo
2011-05-19 Markus Armbrusterscsi: Split qdev "scsi-disk" into "scsi-hd" and "scsi-cd"
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-16 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-14 Jan KiszkaImprove vm_stop reason declarations
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-disk: Allow overriding SCSI INQUIRY removable bit
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Christoph Hellwigscsi-disk: support WRITE SAME (16) with unmap bit
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 bootindex parameter to net/block/fd device
2010-12-11 Gleb NatapovIntroduce fw_name field to DeviceInfo structure.
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-disk: Remove duplicate cdb parsing
2010-11-25 Hannes Reineckescsi: Move sense handling into the driver
2010-11-25 Hannes Reineckescsi: INQUIRY VPD fixes
2010-11-24 Stefan Hajnocziscsi-disk: Move active request asserts
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-04 Kevin Wolfscsi-disk: Fix immediate failure of bdrv_aio_*
2010-11-04 Kevin Wolfscsi-disk: Implement werror for flushes
2010-11-04 Kevin Wolfscsi-disk: Complete failed requests in scsi_disk_emulat...
2010-11-04 Kevin Wolfscsi-disk: Implement rerror option
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 Christoph Hellwigscsi-disk: propagate the required alignment
2010-09-21 Christoph Hellwiguse qemu_blockalign consistently
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-disk: add some optional scsi commands
2010-09-08 Bernhard Kohlscsi: fix and improve debug prints
2010-09-08 Bernhard Kohlscsi-disk: fix the check of the DBD bit in the MODE...
2010-09-08 Bernhard Kohlscsi-disk: return CHECK CONDITION for unknown page...
2010-09-08 Bernhard Kohlscsi-disk: fix the block descriptor returned by the...
2010-09-08 Bernhard Kohlscsi-disk: respect the page control (PC) field in the...
2010-09-08 Bernhard Kohlscsi-disk: fix the mode data header returned by the...
2010-09-08 Bernhard Kohlscsi-disk: fix the mode data length field returned...
2010-08-24 Blue SwirlRearrange block headers
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
next