]> git.proxmox.com Git - qemu.git/history - hw/scsi.h
slirp: Replace m_freem with m_free
[qemu.git] / hw / scsi.h
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v39' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.21' into staging
2011-07-22 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
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: split command_complete callback in two
2011-05-26 Paolo Bonziniscsi: make write_data return void
2011-05-26 Hannes Reineckescsi: Implement 'get_sense' callback
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_get_buf
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_continue
2011-05-26 Paolo Bonziniscsi: introduce scsi_req_new
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: 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-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-31 Markus Armbrusterblockdev: Fix regression in -drive if=scsi,index=N
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-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-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-02 Markus Armbrusterqdev: Decouple qdev_prop_drive from DriveInfo
2010-07-02 Markus Armbrusterscsi: scsi_bus_legacy_handle_cmdline() can fail, fix...
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: add scsi_req_print()
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: 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: 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-03 Gerd Hoffmannscsi: add/fix header protection.
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-11-09 Gerd Hoffmannscsi: move scsi.h -> esp.h
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-05-14 Paul BrookESP SCSI qdev conversion
2008-04-09 blueswir1ESP: Add it_shift parameter (Hervé Poussineau)
2008-03-02 blueswir1Let ESP SCSI adapter to be usable outside sun4m (Herv...