summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)AuthorFilesLines
2015-09-23libcacard: use the standalone projectMarc-André Lureau2-4/+3
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange1-3/+1
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange1-1/+0
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-07-27usbnet: Drop usbnet_can_receiveFam Zheng1-16/+4
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi1-1/+1
2015-07-17Revert "xhci: set timer to retry xfers"Gerd Hoffmann1-2/+0
2015-07-17usb-ccid: add missing wakeup callsGerd Hoffmann1-0/+5
2015-07-17usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bbGerd Hoffmann1-8/+8
2015-07-16Re-attach usb device to kernel while usb_host_open failsLin Ma1-0/+3
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia1-1/+1
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster6-6/+0
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