summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-0/+1
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster6-0/+6
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-3/+3
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster1-1/+1
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2-26/+19
2015-05-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell1-1/+0
2015-05-08xhci: remove unused codeGonglei1-1/+0
2015-05-08uhci: controller is halted after resetGerd Hoffmann1-1/+1
2015-05-08usb: usb-serial QOMifyGonglei1-16/+27
2015-05-08usb: usb-redir QOMifyGonglei1-11/+14
2015-05-08usb: usb-wacom-tablet QOMifyGonglei1-3/+6
2015-05-08usb: usb-uas QOMifyGonglei1-6/+9
2015-05-08usb: usb-storage QOMifyGonglei1-12/+20
2015-05-08usb: usb-ccid QOMifyGonglei1-22/+28
2015-05-08usb: usb-net QOMifyGonglei1-4/+7
2015-05-08usb-mtp: fix segmentation faultGonglei1-0/+4
2015-05-08usb: usb-mtp QOMifyGonglei1-4/+7
2015-05-08usb: usb-hub QOMifyGonglei1-4/+7
2015-05-08usb: usb-hid QOMifyGonglei1-14/+20
2015-05-08usb: usb-bt QOMifyGonglei1-5/+8
2015-05-08usb: usb-audio QOMifyGonglei1-10/+13
2015-05-08uhci: QOMifyGonglei1-12/+31
2015-05-08xhci: fix events for setup trb.Gerd Hoffmann1-0/+8
2015-05-08Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann1-12/+3
2015-05-08xhci: set timer to retry xfersGerd Hoffmann1-0/+2
2015-05-08usb: fix usb-net segfaultMichal Kazior1-0/+4
2015-04-30usb: Remove unused functionsThomas Huth1-41/+0
2015-03-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150320-1' into s...Peter Maydell9-86/+131
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei4-2/+22
2015-03-20ohci: fix resource cleanup leakGonglei1-1/+19
2015-03-20uhci: fix segfault when hot-unplugging uhci controllerGonglei1-6/+6
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil1-9/+11
2015-03-18hw/usb: Include USB files only if necessaryThomas Huth1-4/+4
2015-03-17usb/dev-storage: Avoid qerror_report_err() outside QMP handlersMarkus Armbruster1-2/+1
2015-03-17usb/dev-storage: Fix QMP device_add missing encryption key failureMarkus Armbruster1-19/+17
2015-03-17monitor usb: Inline monitor_read_bdrv_key_start()'s first partMarkus Armbruster1-2/+11
2015-03-17uhci: Convert to realizeMarkus Armbruster1-10/+8
2015-03-17ohci: Complete conversion to realizeMarkus Armbruster1-17/+17
2015-03-17usb: Improve companion configuration error messagesMarkus Armbruster2-25/+14
2015-03-17usb: Propagate errors through usb_register_companion()Markus Armbruster4-23/+37
2015-03-10Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+5
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+1
2015-03-10BlockConf: Call backend functions to detect geometry and blocksizesEkaterina Tumanova1-0/+1
2015-03-10hw: Propagate errors through qdev_prop_set_drive()Markus Armbruster1-2/+5
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-8/+4
2015-03-08Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150303-1' into s...Peter Maydell1-3/+12
2015-03-03xhci: generate a Transfer Event for each Transfer TRB with the IOC bit setLaszlo Ersek1-3/+12
2015-02-26QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix useMarkus Armbruster2-5/+5
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster2-8/+4
2015-02-26Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell3-6/+3