aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/dev-hub.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-1/+1
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-05-29usb-hub: emulate per port power switchingGerd Hoffmann1-0/+63
2019-05-29usb-hub: add usb_hub_port_update()Gerd Hoffmann1-12/+17
2019-05-29usb-hub: add helpers to update port stateGerd Hoffmann1-39/+45
2019-05-29usb-hub: make number of ports runtime-configurableGerd Hoffmann1-16/+29
2019-05-29usb-hub: tweak feature namesGerd Hoffmann1-5/+5
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-7/+7
2018-10-01usb-hub: clear suspend on detachGerd Hoffmann1-0/+4
2018-06-01usb: use local path for local headersMichael S. Tsirkin1-1/+1
2017-08-31usb-hub: use DIV_ROUND_UPMarc-André Lureau1-4/+4
2017-05-29usb-hub: set PORT_STAT_C_SUSPEND on host-initiated wake-upLadi Prosek1-1/+14
2017-05-12usb-hub: clear PORT_STAT_SUSPEND on wakeupLadi Prosek1-0/+1
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-2/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2015-05-08usb: usb-hub QOMifyGonglei1-4/+7
2014-09-23usb-hub: convert init to realizeGonglei1-5/+4
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-2/+2
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-1/+2
2013-09-02Revert "usb-hub: report status changes only once"Gerd Hoffmann1-5/+1
2013-09-02usb-hub: add tracepoint for status reportsGerd Hoffmann1-0/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-04-03usb-hub: report status changes only onceGerd Hoffmann1-1/+5
2013-04-03usb-hub: limit chain lengthGerd Hoffmann1-0/+6
2013-02-19usb-core: usb3 streamsGerd Hoffmann1-5/+5
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede1-0/+2
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-21/+13
2012-06-19Allow machines to configure the QEMU_VERSION that's exposed via hardwareCrístian Viana1-1/+1
2012-04-26usb: add serial number generatorGerd Hoffmann1-0/+1
2012-04-17usb-hub: add tracepointsGerd Hoffmann1-2/+41
2012-03-13usb: the big renameGerd Hoffmann1-0/+549