summary refs log tree commit diff stats
path: root/hw/usb/dev-uas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Have class_init() take a const data argumentPhilippe Mathieu-Daudé2025-04-251-1/+1
* cleanup: Drop pointless return at end of functionMarkus Armbruster2025-04-241-1/+0
* include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LISTRichard Henderson2024-12-191-1/+0
* hw/usb: Constify all PropertyRichard Henderson2024-12-151-1/+1
* hw/usb: Constify VMStateRichard Henderson2023-12-301-1/+1
* hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2023-04-281-1/+2
* Replace use of qdev_reset_all() with device_cold_reset()Peter Maydell2022-12-161-1/+1
* scsi: Add buf_len parameter to scsi_req_new()John Millikin2022-09-011-2/+3
* uas: add missing returnGerd Hoffmann2022-01-131-0/+1
* scsi: Replace scsi_bus_new() with scsi_bus_init(), scsi_bus_init_named()Peter Maydell2021-09-301-2/+1
* uas: add stream number sanity checks.Gerd Hoffmann2021-09-011-0/+11
* 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/+3
* 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/+1
* 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/+0
* 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/+2
* 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/+8
* 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/+3
* 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