aboutsummaryrefslogtreecommitdiff
path: root/hw/usb/bus.c
AgeCommit message (Expand)Author
2016-01-13error: Use error_prepend() where it makes obvious senseMarkus Armbruster
2016-01-13error: Use error_reportf_err() where it makes obvious senseMarkus Armbruster
2015-10-20usb: print device id in "info usb" monitor commandGerd Hoffmann
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-03-17usb: Improve companion configuration error messagesMarkus Armbruster
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster
2015-02-25Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell
2015-02-18hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster
2015-02-18usb: Change usb_create_simple() to abort on failureMarkus Armbruster
2015-02-18usb: Suppress bogus error when automatic usb-hub creation failsMarkus Armbruster
2015-02-18usb: Do not prefix error_setg() messages with "Error: "Markus Armbruster
2015-02-18usb: Improve -usbdevice error reporting a bitMarkus Armbruster
2015-02-18usb: usb_create() can't fail, drop useless error handlingMarkus Armbruster
2014-10-15usb: Convert usb devices to hotplug handler APIIgor Mammedov
2014-09-23usb-bus: introduce a wrapper function to check speedGonglei
2014-09-23usb-bus: remove "init" from USBDeviceClass structGonglei
2014-09-23usb-bus: convert USBDeviceClass init to realizeGonglei
2014-08-29usb: add usb_bus_release functionGonglei
2014-08-29usb: Fix bootindex for portnr > 9Markus Armbruster
2014-05-14usb: fix up post load checksMichael S. Tsirkin
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela
2014-05-05usb: sanity check setup_index+setup_len in post_loadMichael S. Tsirkin
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber
2013-06-24usb: add serial bus propertyGerd Hoffmann
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann
2013-04-03usb-hub: limit chain lengthGerd Hoffmann
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede
2012-11-29usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi
2012-11-08usb: split packet result into actual_length + statusHans de Goede
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede
2012-06-20usb: restore USBDevice->attached on vmloadGerd Hoffmann
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann
2012-03-13usb: the big renameGerd Hoffmann