aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/bus.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01usb/bus: Remove dead assignment in usb_get_fw_dev_path()Chen Qun1-2/+2
2020-07-10error: Eliminate error_propagate() manuallyMarkus Armbruster1-3/+1
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster1-2/+1
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-06-15usb: Eliminate usb_try_create_simple()Markus Armbruster1-22/+13
2020-06-15usb: usb_create() is now unused, dropMarkus Armbruster1-8/+0
2020-06-15usb: Convert uses of usb_create()Markus Armbruster1-6/+5
2020-06-15usb: New usb_new(), usb_realize_and_unref()Markus Armbruster1-0/+10
2020-06-15qdev: Convert uses of qdev_create() manuallyMarkus Armbruster1-4/+4
2020-05-15qdev: Unrealize must not failMarkus Armbruster1-6/+6
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+2
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-1/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
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-0/+1
2019-04-01hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str()Peter Maydell1-0/+4
2019-01-08usb: drop unnecessary usb_device_post_load checksJonathan Davies1-6/+0
2018-10-19error: Fix use of error_prepend() with &error_fatal, &error_abortMarkus Armbruster1-2/+3
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