]> git.proxmox.com Git - qemu.git/history - hw/usb-msd.c
usb storage: high speed support
[qemu.git] / hw / usb-msd.c
2011-01-11 Gerd Hoffmannusb storage: high speed support
2011-01-11 Gerd Hoffmannusb: move remote wakeup handling to common code
2011-01-11 Gerd Hoffmannusb: move USB_REQ_{GET,SET}_CONFIGURATION handling...
2011-01-11 Gerd Hoffmannusb: move USB_REQ_SET_ADDRESS handling to common code
2011-01-11 Gerd Hoffmannusb storage: serial number support
2011-01-11 Gerd Hoffmannusb storage: use new descriptor infrastructure.
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-08-24 Blue SwirlRearrange block headers
2010-08-23 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-08-22 Gerd HoffmannQemuOpts: make most qemu_*_opts static
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 Armbrusterblockdev: Clean up automatic drive deletion
2010-07-02 Markus Armbrusterscsi: scsi_bus_legacy_handle_cmdline() can fail, fix...
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 Armbrusterblockdev: Hide QEMUMachine from drive_init()
2010-03-31 Max Reitzusb: class specific interface requests
2010-03-17 Arnaud Patard (Rtp)hw/usb-msd: fix some usb requests
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 Armbrusterblock: Simplify usb_msd_initfn() test for "can read...
2010-02-25 Paul BrookFix -usbdevice crash
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Christoph Hellwigblock: add topology qdev properties
2009-12-12 Markus Armbrusterqdev: Replace device names containing whitespace
2009-12-12 Markus Armbrusterqdev: Separate USB product description from qdev name
2009-11-09 Gerd Hoffmannscsi: move scsi-disk.h -> scsi.h
2009-10-30 Gerd Hoffmannusb-storage: use qdev for -usbdevice
2009-10-07 Markus ArmbrusterCheck return value of qdev_init()
2009-10-05 Gerd Hoffmanndrive cleanup fixes.
2009-10-05 Gerd Hoffmannscsi: hotplug windup
2009-10-05 Gerd Hoffmannusb: hook unplug into qdev, cleanups + fixes.
2009-10-05 Gerd Hoffmannswitch scsi bus to inplace allocation.
2009-09-09 Gerd Hoffmannqdev/scsi+usb: convert usb-storage to qdev.
2009-09-09 Gerd Hoffmannqdev/scsi: add scsi bus support to qdev, convert drivers.
2009-09-09 Gerd Hoffmannqdev/usb: add usb bus support to qdev, convert drivers.
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-03-05 aliguorimonitor: Rework modal password input (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework early disk password inquiry (Jan Kiszka)
2009-02-05 aliguorihw: remove error handling from qemu_malloc() callers...
2008-08-21 aurel32Add image format option for USB mass-storage devices
2007-12-10 thsSCSI cleanup, by Laurent Vivier.
2007-11-17 pbrookBreak up vl.h.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-30 balrogRemove repeated code and enable encrypted SD cards...
2007-03-31 thsFix usb hid and mass-storage protocol revision, by...
2006-08-29 pbrookSCSI TCQ support.
2006-08-19 bellarddelete block device
2006-08-12 pbrookSCSI and USB async IO support.
2006-07-19 bellardusb destroy API change (Lonnie Mendez)
2006-06-26 bellarddisplay device identifier string for user with info...
2006-05-26 pbrookSCSI lun probing fix.
2006-05-25 pbrookRearrange SCSI disk emulation code.