summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* xhci PCIe endpoint migration compatibility fixDr. David Alan Gilbert2014-09-101-1/+5
* usb: add usb host adapters exit traceGonglei2014-08-293-0/+6
* usb-xhci: add exit functionGonglei2014-08-291-0/+36
* usb-ehci: add ehci-pci device exit functionGonglei2014-08-291-0/+14
* usb-ehci: add ehci unrealize funcitonGonglei2014-08-292-0/+26
* usb-ehci: add vmstate properity for EHCIStateGonglei2014-08-292-1/+2
* usb-uhci: clean up uhci resource when pci-uhci exitGonglei2014-08-291-0/+22
* usb-ohci: add exit functionGonglei2014-08-291-0/+19
* usb-ohci: Fix memory leak for ohci timerGonglei2014-08-291-1/+3
* usb: add usb_bus_release functionGonglei2014-08-291-0/+7
* Revert "xhci: Fix number of streams allocated when using streams"Gerd Hoffmann2014-08-291-1/+1
* xhci: use (1u << i)Gerd Hoffmann2014-08-291-2/+2
* Fix OHCI ISO TD state never being written back.Jack Un2014-08-291-2/+2
* xhci: fix debug print compiling errorGonglei2014-08-291-3/+3
* usb: Fix bootindex for portnr > 9Markus Armbruster2014-08-291-2/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-191-8/+0
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0
* | usb: don't use 'Yoda conditions'Gonglei2014-08-153-4/+4
* | usb: mtp: tag root property as experimentalGerd Hoffmann2014-07-231-1/+1
* | vmstate_xhci_event: fix unterminated field listLaszlo Ersek2014-07-221-0/+1
* | hw/usb: Add missing 'static' attributeStefan Weil2014-07-181-1/+1
|/
* mtp: linux guest detection fix.Gerd Hoffmann2014-07-111-0/+4
* ccid-card-emulated: use EventNotifierPaolo Bonzini2014-07-011-19/+10
* usb: initialize libusb_device to avoid crashJincheng Miao2014-07-011-2/+2
* usb: Fix usb-bt-dongle initialization.Hani Benhabiles2014-07-011-8/+16
* serial: poll the serial console with G_IO_HUPRoger Pau Monne2014-06-301-1/+1
* migration: Remove unneeded minimum_version_id_oldJuan Quintela2014-06-231-5/+2
* blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del()Markus Armbruster2014-06-161-1/+1
* usb-host: add range checks for usb-host parametersGerd Hoffmann2014-06-131-0/+13
* xhci: order superspeed ports firstGerd Hoffmann2014-06-021-8/+37
* xhci: make port reset trace point more verboseGerd Hoffmann2014-06-021-1/+1
* usb: add usb_pick_speedGerd Hoffmann2014-06-022-12/+21
* usb-host: add HAVE_STREAMS defineGerd Hoffmann2014-06-021-7/+11
* usb-host: allow attaching usb3 devices to ehciGerd Hoffmann2014-06-021-8/+54
* usb: move ehci register defines to header fileGerd Hoffmann2014-06-021-78/+1
* usb: move uhci register defines to header fileGerd Hoffmann2014-06-021-35/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-7' into stagingPeter Maydell2014-05-284-23/+242
|\
| * usb-host-libusb: Set stream id when submitting bulk-stream transfersHans de Goede2014-05-261-4/+17
| * usb-host-libusb: Add alloc / free streams opsHans de Goede2014-05-261-0/+50
| * usb-host-libusb: Fill in endpoint max_streams when availableHans de Goede2014-05-261-0/+12
| * usb-redir: Add support for bulk streamsHans de Goede2014-05-261-5/+132
| * usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann2014-05-261-2/+7
| * usb-mtp: handle lseek failureGerd Hoffmann2014-05-261-1/+4
| * usb-mtp: use bool to track MTPObject init statusGerd Hoffmann2014-05-261-6/+8
| * xhci: add xhci_get_flagGerd Hoffmann2014-05-261-2/+7
| * xhci: add endpoint cap on express bus onlyGerd Hoffmann2014-05-261-2/+4
| * xhci: child detach fixGerd Hoffmann2014-05-261-1/+1
* | usb: add input routing support for tablet and keyboardGerd Hoffmann2014-05-261-0/+13
|/
* usb: fix up post load checksMichael S. Tsirkin2014-05-141-2/+2
* savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela2014-05-148-13/+11
OpenPOWER on IntegriCloud