summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-uas.c
Commit message (Expand)AuthorAgeFilesLines
* usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann2021-07-091-0/+1
* scsi: drop 'result' argument from command_complete callbackHannes Reinecke2021-02-251-4/+3Star
* hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé2021-01-221-1/+11
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-2/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-0/+1
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-1/+1
* uas: fix super speed bMaxPacketSize0Gerd Hoffmann2020-02-121-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+1
* Revert "usb: release the created buses"Marc-André Lureau2018-06-181-2/+0Star
* usb: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini2017-09-191-1/+1
* usb: release the created busesMarc-André Lureau2017-03-011-0/+2
* usb: replace handle_destroy with unrealizeMarc-André Lureau2017-02-231-2/+2
* usb/uas: more verbose error messageGerd Hoffmann2017-02-061-1/+2
* usb-uas: hotplug supportGerd Hoffmann2016-06-221-0/+5
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* usb: usb-uas QOMifyGonglei2015-05-081-6/+9
* dev-uas: using error_report instead of fprintfGonglei2014-09-231-5/+6
* dev-uas: convert init to realizeGonglei2014-09-231-4/+2Star
* usb: Remove magic constants from device bmAttributesPantelis Koukousoulas2014-02-181-2/+2
* uas: s/ui/iu/Hans de Goede2013-11-261-38/+38
* uas: Fix response iu struct definitionHans de Goede2013-11-261-10/+8Star
* uas: Bounds check tags when using streamsHans de Goede2013-11-261-0/+14
* uas: Streams are numbered 1-y, rather then 0-xHans de Goede2013-11-261-3/+3
* uas: Fix / cleanup usb_uas_task error handlingHans de Goede2013-11-261-17/+3Star
* uas: Only use report iu-s for task_mgmt status reportingHans de Goede2013-11-261-8/+22
* Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori2013-09-031-3/+12
|\
| * uas: add property for request loggingGerd Hoffmann2013-09-021-3/+12
* | scsi: Pass size to scsi_bus_new()Andreas Färber2013-08-301-1/+2
|/
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic2013-05-031-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* uas-uas: usb3 streamsGerd Hoffmann2013-02-191-42/+205
* usb-core: usb3 streamsGerd Hoffmann2013-02-191-1/+1
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-2/+2
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-20/+16Star
* cleanup useless return sentenceAmos Kong2012-10-051-2/+0Star
* uas: move transfer kickoffGerd Hoffmann2012-08-311-2/+1Star
* usb: update uas product idGerd Hoffmann2012-08-161-1/+1
* usb: add usb attached scsi emulationGerd Hoffmann2012-07-121-0/+779