summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell2015-05-111-1/+0
|\
| * xhci: remove unused codeGonglei2015-05-081-1/+0
* | uhci: controller is halted after resetGerd Hoffmann2015-05-081-1/+1
* | usb: usb-serial QOMifyGonglei2015-05-081-16/+27
* | usb: usb-redir QOMifyGonglei2015-05-081-11/+14
* | usb: usb-wacom-tablet QOMifyGonglei2015-05-081-3/+6
* | usb: usb-uas QOMifyGonglei2015-05-081-6/+9
* | usb: usb-storage QOMifyGonglei2015-05-081-12/+20
* | usb: usb-ccid QOMifyGonglei2015-05-081-22/+28
* | usb: usb-net QOMifyGonglei2015-05-081-4/+7
* | usb-mtp: fix segmentation faultGonglei2015-05-081-0/+4
* | usb: usb-mtp QOMifyGonglei2015-05-081-4/+7
* | usb: usb-hub QOMifyGonglei2015-05-081-4/+7
* | usb: usb-hid QOMifyGonglei2015-05-081-14/+20
* | usb: usb-bt QOMifyGonglei2015-05-081-5/+8
* | usb: usb-audio QOMifyGonglei2015-05-081-10/+13
* | uhci: QOMifyGonglei2015-05-081-12/+31
* | xhci: fix events for setup trb.Gerd Hoffmann2015-05-081-0/+8
* | Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann2015-05-081-12/+3
* | xhci: set timer to retry xfersGerd Hoffmann2015-05-081-0/+2
* | usb: fix usb-net segfaultMichal Kazior2015-05-081-0/+4
|/
* usb: Remove unused functionsThomas Huth2015-04-301-41/+0
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150320-1' into s...Peter Maydell2015-03-209-86/+131
|\
| * ehci: fix segfault when hot-unplugging ehci controllerGonglei2015-03-204-2/+22
| * ohci: fix resource cleanup leakGonglei2015-03-201-1/+19
| * uhci: fix segfault when hot-unplugging uhci controllerGonglei2015-03-201-6/+6
| * hw/usb: Include USB files only if necessaryThomas Huth2015-03-181-4/+4
| * usb/dev-storage: Avoid qerror_report_err() outside QMP handlersMarkus Armbruster2015-03-171-2/+1
| * usb/dev-storage: Fix QMP device_add missing encryption key failureMarkus Armbruster2015-03-171-19/+17
| * monitor usb: Inline monitor_read_bdrv_key_start()'s first partMarkus Armbruster2015-03-171-2/+11
| * uhci: Convert to realizeMarkus Armbruster2015-03-171-10/+8
| * ohci: Complete conversion to realizeMarkus Armbruster2015-03-171-17/+17
| * usb: Improve companion configuration error messagesMarkus Armbruster2015-03-172-25/+14
| * usb: Propagate errors through usb_register_companion()Markus Armbruster2015-03-174-23/+37
* | Fix remaining warnings from Sparse (void return)Stefan Weil2015-03-191-9/+11
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-03-101-2/+5
|\
| * hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster2015-03-101-2/+5
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-101-0/+1
|\ \ | |/ |/|
| * BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova2015-03-101-0/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-092-8/+4
|\ \ | |/ |/|
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-262-8/+4
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150303-1' into s...Peter Maydell2015-03-081-3/+12
|\ \
| * | xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek2015-03-031-3/+12
| |/
* | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2015-02-262-5/+5
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-263-6/+3
|\
| * error: Use error_report_err() where appropriateMarkus Armbruster2015-02-183-6/+3
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-02-18' in...Peter Maydell2015-02-253-3/+3
|\ \
| * | hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()Markus Armbruster2015-02-183-3/+3
| |/
* | Make sysbus EHCI devices ARM only by defaultDavid Gibson2015-02-181-1/+2
* | usb: Change usb_create_simple() to abort on failureMarkus Armbruster2015-02-181-8/+1
OpenPOWER on IntegriCloud