Age | Commit message (Expand) | Author | Files | Lines |
2024-03-01 | hw/usb/bus.c: PCAP adding 0xA in Windows version | Benjamin David Lunt | 1 | -2/+3 |
2024-02-27 | hw/usb: remove usb_bus_find | Paolo Bonzini | 1 | -14/+1 |
2024-02-16 | usb: inline device creation functions | Paolo Bonzini | 1 | -23/+0 |
2023-12-30 | hw/usb: Constify VMState | Richard Henderson | 1 | -1/+1 |
2021-11-02 | qapi: introduce x-query-usb QMP command | Daniel P. Berrangé | 1 | -9/+15 |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell | 1 | -1/+1 |
2021-03-15 | usb: remove support for -usbdevice parameters | Paolo Bonzini | 1 | -25/+7 |
2021-03-15 | hw/usb/bus: Remove the "full-path" property | Thomas Huth | 1 | -6/+1 |
2021-01-22 | usb: add pcap support. | Gerd Hoffmann | 1 | -0/+16 |
2020-09-01 | usb/bus: Remove dead assignment in usb_get_fw_dev_path() | Chen Qun | 1 | -2/+2 |
2020-07-10 | error: Eliminate error_propagate() manually | Markus Armbruster | 1 | -3/+1 |
2020-07-10 | qdev: Use returned bool to check for qdev_realize() etc. failure | Markus Armbruster | 1 | -2/+1 |
2020-07-02 | qdev: Drop qbus_set_bus_hotplug_handler() parameter @errp | Markus Armbruster | 1 | -1/+1 |
2020-06-15 | usb: Eliminate usb_try_create_simple() | Markus Armbruster | 1 | -22/+13 |
2020-06-15 | usb: usb_create() is now unused, drop | Markus Armbruster | 1 | -8/+0 |
2020-06-15 | usb: Convert uses of usb_create() | Markus Armbruster | 1 | -6/+5 |
2020-06-15 | usb: New usb_new(), usb_realize_and_unref() | Markus Armbruster | 1 | -0/+10 |
2020-06-15 | qdev: Convert uses of qdev_create() manually | Markus Armbruster | 1 | -4/+4 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -6/+6 |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 1 | -4/+2 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -1/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-04-01 | hw/usb/bus.c: Handle "no speed matched" case in usb_mask_to_str() | Peter Maydell | 1 | -0/+4 |
2019-01-08 | usb: drop unnecessary usb_device_post_load checks | Jonathan Davies | 1 | -6/+0 |
2018-10-19 | error: Fix use of error_prepend() with &error_fatal, &error_abort | Markus Armbruster | 1 | -2/+3 |
2017-12-14 | hmp-commands: Remove the deprecated usb_add and usb_del | Thomas Huth | 1 | -22/+0 |
2017-09-29 | hw/usb/bus: Remove bad object_unparent() from usb_try_create_simple() | Thomas Huth | 1 | -3/+1 |
2017-07-20 | usb: Fix build with newer gcc | Eric Blake | 1 | -2/+4 |
2017-04-24 | error: Apply error_propagate_null.cocci again | Fam Zheng | 1 | -3/+1 |
2017-02-28 | migrate: Introduce a 'dc->vmsd' check to avoid segfault for --only-migratable | Ashijeet Acharya | 1 | -19/+0 |
2017-02-23 | usb: replace handle_destroy with unrealize | Marc-André Lureau | 1 | -4/+5 |
2017-01-24 | migration: Allow "device add" options to only add migratable devices | Ashijeet Acharya | 1 | -0/+19 |
2016-08-08 | usb: free USBDevice.strings | Marc-André Lureau | 1 | -0/+7 |
2016-06-22 | usb: Add QOM property "attached". | Gerd Hoffmann | 1 | -0/+43 |
2016-06-22 | usb: make USBDevice->attached bool | Gerd Hoffmann | 1 | -4/+4 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 1 | -0/+1 |
2016-01-29 | usb: Clean up includes | Peter Maydell | 1 | -0/+1 |
2016-01-13 | error: Use error_prepend() where it makes obvious sense | Markus Armbruster | 1 | -3/+3 |
2016-01-13 | error: Use error_reportf_err() where it makes obvious sense | Markus Armbruster | 1 | -3/+2 |
2015-10-20 | usb: print device id in "info usb" monitor command | Gerd Hoffmann | 1 | -3/+6 |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster | 1 | -0/+1 |
2015-03-17 | usb: Improve companion configuration error messages | Markus Armbruster | 1 | -10/+8 |
2015-03-17 | usb: Propagate errors through usb_register_companion() | Markus Armbruster | 1 | -7/+10 |
2015-02-25 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in... | Peter Maydell | 1 | -1/+1 |
2015-02-18 | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() | Markus Armbruster | 1 | -1/+1 |
2015-02-18 | usb: Change usb_create_simple() to abort on failure | Markus Armbruster | 1 | -8/+1 |