summaryrefslogtreecommitdiffstats
path: root/hw/usb/dev-hub.c
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous timer_del() callsPeter Maydell2021-01-081-1/+0Star
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qdev: Unrealize must not failMarkus Armbruster2020-05-151-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 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/+2
* usb-hub: emulate per port power switchingGerd Hoffmann2019-05-291-0/+63
* usb-hub: add usb_hub_port_update()Gerd Hoffmann2019-05-291-12/+17
* usb-hub: add helpers to update port stateGerd Hoffmann2019-05-291-39/+45
* usb-hub: make number of ports runtime-configurableGerd Hoffmann2019-05-291-16/+29
* usb-hub: tweak feature namesGerd Hoffmann2019-05-291-5/+5
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-7/+7
* usb-hub: clear suspend on detachGerd Hoffmann2018-10-011-0/+4
* usb: use local path for local headersMichael S. Tsirkin2018-06-011-1/+1
* usb-hub: use DIV_ROUND_UPMarc-André Lureau2017-08-311-4/+4
* usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-upLadi Prosek2017-05-291-1/+14
* usb-hub: clear PORT_STAT_SUSPEND on wakeupLadi Prosek2017-05-121-0/+1
* usb: replace handle_destroy with unrealizeMarc-André Lureau2017-02-231-2/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* usb: Clean up includesPeter Maydell2016-01-291-0/+1
* usb: usb-hub QOMifyGonglei2015-05-081-4/+7
* usb-hub: convert init to realizeGonglei2014-09-231-5/+4Star
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-141-2/+2
* usb: Remove magic constants from device bmAttributesPantelis Koukousoulas2014-02-181-1/+2
* Revert "usb-hub: report status changes only once"Gerd Hoffmann2013-09-021-5/+1Star
* usb-hub: add tracepoint for status reportsGerd Hoffmann2013-09-021-0/+1
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* usb-hub: report status changes only onceGerd Hoffmann2013-04-031-1/+5
* usb-hub: limit chain lengthGerd Hoffmann2013-04-031-0/+6
* usb-core: usb3 streamsGerd Hoffmann2013-02-191-5/+5
* Make all static TypeInfos constAndreas Färber2013-01-101-1/+1
* usb: Call wakeup when data becomes available for all devices with int epsHans de Goede2012-12-041-0/+2
* usb: split packet result into actual_length + statusHans de Goede2012-11-081-21/+13Star
* Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana2012-06-191-1/+1
* usb: add serial number generatorGerd Hoffmann2012-04-261-0/+1
* usb-hub: add tracepointsGerd Hoffmann2012-04-171-2/+41
* usb: the big renameGerd Hoffmann2012-03-131-0/+549