aboutsummaryrefslogtreecommitdiffstats
path: root/hw/usb-bus.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-02usb-bus: fix no paramsTeLeMan1-1/+1
2010-03-17Avoid crash on '-usbdevice <device>' without parametersJan Kiszka1-1/+3
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-2/+2
2010-02-25Fix -usbdevice crashPaul Brook1-0/+3
2009-12-12qdev: Replace device names containing whitespaceMarkus Armbruster1-1/+1
2009-12-12qdev: Separate USB product description from qdev nameMarkus Armbruster1-1/+1
2009-12-12qdev: Rename USBDevice member devname to product_descMarkus Armbruster1-5/+6
2009-10-30usb: print attached status in info qtreeGerd Hoffmann1-3/+4
2009-10-30usb: make attach optional.Gerd Hoffmann1-1/+2
2009-10-30usb core: use qdev for -usbdeviceGerd Hoffmann1-0/+47
2009-10-07New qdev_init_nofail()Markus Armbruster1-1/+1
2009-10-05usb: hotplug windupGerd Hoffmann1-0/+2
2009-10-05usb: hook unplug into qdev, cleanups + fixes.Gerd Hoffmann1-8/+49
2009-10-05switch usb bus to inplace allocation.Gerd Hoffmann1-5/+2
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl1-16/+16
2009-09-09qdev/usb: make qemu aware of usb busses.Gerd Hoffmann1-4/+136
2009-09-09qdev/usb: add usb bus support to qdev, convert drivers.Gerd Hoffmann1-0/+82