summaryrefslogtreecommitdiff
path: root/hw/usb/dev-uas.c
AgeCommit message (Expand)Author
2021-09-01uas: add stream number sanity checks.Gerd Hoffmann
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann
2021-02-25scsi: drop 'result' argument from command_complete callbackHannes Reinecke
2021-01-22hw/usb/dev-uas: Report command additional adb length as unsupportedPhilippe Mathieu-Daudé
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-05-15qdev: Unrealize must not failMarkus Armbruster
2020-02-12uas: fix super speed bMaxPacketSize0Gerd Hoffmann
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-06-18Revert "usb: release the created buses"Marc-André Lureau
2018-06-01usb: use local path for local headersMichael S. Tsirkin
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini
2017-03-01usb: release the created busesMarc-André Lureau
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau
2017-02-06usb/uas: more verbose error messageGerd Hoffmann
2016-06-22usb-uas: hotplug supportGerd Hoffmann
2016-01-29usb: Clean up includesPeter Maydell
2015-05-08usb: usb-uas QOMifyGonglei
2014-09-23dev-uas: using error_report instead of fprintfGonglei
2014-09-23dev-uas: convert init to realizeGonglei
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas
2013-11-26uas: s/ui/iu/Hans de Goede
2013-11-26uas: Fix response iu struct definitionHans de Goede
2013-11-26uas: Bounds check tags when using streamsHans de Goede
2013-11-26uas: Streams are numbered 1-y, rather then 0-xHans de Goede
2013-11-26uas: Fix / cleanup usb_uas_task error handlingHans de Goede
2013-11-26uas: Only use report iu-s for task_mgmt status reportingHans de Goede
2013-09-03Merge remote-tracking branch 'kraxel/usb.88' into stagingAnthony Liguori
2013-09-02uas: add property for request loggingGerd Hoffmann
2013-08-30scsi: Pass size to scsi_bus_new()Andreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-05-03scsi: add bus_name parameter to scsi_bus_new.KONRAD Frederic
2013-04-08hw: move headers to include/Paolo Bonzini
2013-02-19uas-uas: usb3 streamsGerd Hoffmann
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-10-05cleanup useless return sentenceAmos Kong
2012-08-31uas: move transfer kickoffGerd Hoffmann
2012-08-16usb: update uas product idGerd Hoffmann
2012-07-12usb: add usb attached scsi emulationGerd Hoffmann