summaryrefslogtreecommitdiff
path: root/hw/usb/bus.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-14hmp-commands: Remove the deprecated usb_add and usb_delThomas Huth1-22/+0
2017-09-29hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple()Thomas Huth1-3/+1
2017-07-20usb: Fix build with newer gccEric Blake1-2/+4
2017-04-24error: Apply error_propagate_null.cocci againFam Zheng1-3/+1
2017-02-28migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratableAshijeet Acharya1-19/+0
2017-02-23usb: replace handle_destroy with unrealizeMarc-André Lureau1-4/+5
2017-01-24migration: Allow "device add" options to only add migratable devicesAshijeet Acharya1-0/+19
2016-08-08usb: free USBDevice.stringsMarc-André Lureau1-0/+7
2016-06-22usb: Add QOM property "attached".Gerd Hoffmann1-0/+43
2016-06-22usb: make USBDevice->attached boolGerd Hoffmann1-4/+4
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-01-29usb: Clean up includesPeter Maydell1-0/+1
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster1-3/+3
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster1-3/+2
2015-10-20usb: print device id in "info usb" monitor commandGerd Hoffmann1-3/+6
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster1-0/+1
2015-03-17usb: Improve companion configuration error messagesMarkus Armbruster1-10/+8
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster1-7/+10
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell1-1/+1
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster1-1/+1
2015-02-18usb: Change usb_create_simple() to abort on failureMarkus Armbruster1-8/+1
2015-02-18usb: Suppress bogus error when automatic usb-hub creation failsMarkus Armbruster1-7/+28
2015-02-18usb: Do not prefix error_setg() messages with "Error: "Markus Armbruster1-2/+2
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster1-3/+19
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster1-4/+0
2014-10-15usb: Convert usb devices to hotplug handler APIIgor Mammedov1-2/+7
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei1-1/+13
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei1-2/+0
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei1-39/+42
2014-08-29usb: add usb_bus_release functionGonglei1-0/+7
2014-08-29usb: Fix bootindex for portnr > 9Markus Armbruster1-2/+2
2014-05-14usb: fix up post load checksMichael S. Tsirkin1-2/+2
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela1-1/+1
2014-05-05usb: sanity check setup_index+setup_len in post_loadMichael S. Tsirkin1-1/+3
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann1-0/+2
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede1-0/+18
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-3/+4
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann1-0/+4
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+2
2013-06-24usb: add serial bus propertyGerd Hoffmann1-0/+1
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann1-4/+32
2013-04-03usb-hub: limit chain lengthGerd Hoffmann1-0/+2
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede1-0/+8
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede1-0/+3