summaryrefslogtreecommitdiffstats
path: root/hw/usb-bus.c
Commit message (Expand)AuthorAgeFilesLines
* Add get_fw_dev_path callback for usb bus.Gleb Natapov2010-12-111-0/+42
* Record which USBDevice USBPort belongs too.Gleb Natapov2010-12-111-1/+2
* usb: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-2/+1
* usb-bus: fix no paramsTeLeMan2010-04-021-1/+1
* Avoid crash on '-usbdevice <device>' without parametersJan Kiszka2010-03-171-1/+3
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-2/+2
* Fix -usbdevice crashPaul Brook2010-02-251-0/+3
* qdev: Replace device names containing whitespaceMarkus Armbruster2009-12-121-1/+1
* qdev: Separate USB product description from qdev nameMarkus Armbruster2009-12-121-1/+1
* qdev: Rename USBDevice member devname to product_descMarkus Armbruster2009-12-121-5/+6
* usb: print attached status in info qtreeGerd Hoffmann2009-10-301-3/+4
* usb: make attach optional.Gerd Hoffmann2009-10-301-1/+2
* usb core: use qdev for -usbdeviceGerd Hoffmann2009-10-301-0/+47
* New qdev_init_nofail()Markus Armbruster2009-10-071-1/+1
* usb: hotplug windupGerd Hoffmann2009-10-051-0/+2
* usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann2009-10-051-8/+49
* switch usb bus to inplace allocation.Gerd Hoffmann2009-10-051-5/+2
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-16/+16
* qdev/usb: make qemu aware of usb busses.Gerd Hoffmann2009-09-091-4/+136
* qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann2009-09-091-0/+82
OpenPOWER on IntegriCloud