summaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-09-11maint: remove unused include for dirent.hDaniel P. Berrange
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange
2015-07-27usbnet: Drop usbnet_can_receiveFam Zheng
2015-07-20timer: rename NSEC_PER_SEC due to Mac OS X header clashStefan Hajnoczi
2015-07-17Revert "xhci: set timer to retry xfers"Gerd Hoffmann
2015-07-17usb-ccid: add missing wakeup callsGerd Hoffmann
2015-07-17usb-ccid: fix 61b4887b41b270bc837ead57bc502d904af023bbGerd Hoffmann
2015-07-16Re-attach usb device to kernel while usb_host_open failsLin Ma
2015-07-02timer: Use a single definition of NSEC_PER_SEC for the whole codebaseAlberto Garcia
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22QemuOpts: Wean off qerror_report_err()Markus Armbruster
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-05-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-05-0...Peter Maydell
2015-05-08xhci: remove unused codeGonglei
2015-05-08uhci: controller is halted after resetGerd Hoffmann
2015-05-08usb: usb-serial QOMifyGonglei
2015-05-08usb: usb-redir QOMifyGonglei
2015-05-08usb: usb-wacom-tablet QOMifyGonglei
2015-05-08usb: usb-uas QOMifyGonglei
2015-05-08usb: usb-storage QOMifyGonglei
2015-05-08usb: usb-ccid QOMifyGonglei
2015-05-08usb: usb-net QOMifyGonglei
2015-05-08usb-mtp: fix segmentation faultGonglei
2015-05-08usb: usb-mtp QOMifyGonglei
2015-05-08usb: usb-hub QOMifyGonglei
2015-05-08usb: usb-hid QOMifyGonglei
2015-05-08usb: usb-bt QOMifyGonglei
2015-05-08usb: usb-audio QOMifyGonglei
2015-05-08uhci: QOMifyGonglei
2015-05-08xhci: fix events for setup trb.Gerd Hoffmann
2015-05-08Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bi...Gerd Hoffmann
2015-05-08xhci: set timer to retry xfersGerd Hoffmann
2015-05-08usb: fix usb-net segfaultMichal Kazior
2015-04-30usb: Remove unused functionsThomas Huth
2015-03-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20150320-1' into s...Peter Maydell
2015-03-20ehci: fix segfault when hot-unplugging ehci controllerGonglei
2015-03-20ohci: fix resource cleanup leakGonglei
2015-03-20uhci: fix segfault when hot-unplugging uhci controllerGonglei
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil
2015-03-18hw/usb: Include USB files only if necessaryThomas Huth
2015-03-17usb/dev-storage: Avoid qerror_report_err() outside QMP handlersMarkus Armbruster
2015-03-17usb/dev-storage: Fix QMP device_add missing encryption key failureMarkus Armbruster
2015-03-17monitor usb: Inline monitor_read_bdrv_key_start()'s first partMarkus Armbruster
2015-03-17uhci: Convert to realizeMarkus Armbruster