summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* net: introduce qemu_get_queue()Jason Wang2013-02-011-5/+5
* usb: add usb-bot device (scsi bulk-only transport).Gerd Hoffmann2013-01-221-15/+79
* ohci: add missing breakGerd Hoffmann2013-01-221-0/+1
* Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"Gerd Hoffmann2013-01-221-1/+1
* usb: Fix compilation for MinGW (regression)Stefan Weil2013-01-191-1/+1
* HMP: add QDict to info callback handlerWenchao Xia2013-01-173-3/+3
* usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster2013-01-161-1/+1
* Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori2013-01-143-8/+31
|\
| * usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster2013-01-141-1/+1
| * usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster2013-01-141-1/+1
| * ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster2013-01-141-0/+4
| * xhci: nuke transfe5rs on detachGerd Hoffmann2013-01-141-1/+7
| * xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann2013-01-141-0/+1
| * xhci: create xhci_detach_slot helper functionGerd Hoffmann2013-01-141-6/+18
* | build: remove CONFIG_SMARTCARDPaolo Bonzini2013-01-121-1/+1
|/
* Make all static TypeInfos constAndreas Färber2013-01-1016-21/+21
* uhci: stop using portio listsGerd Hoffmann2013-01-081-76/+30
* usbredir: Add support for buffered bulk input (v2)Hans de Goede2013-01-086-19/+2706
* usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber2013-01-072-0/+17
* usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber2013-01-072-2/+26
* usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber2013-01-073-24/+60
* xhci: call set-address with dummy usbpacketGerd Hoffmann2013-01-071-1/+6
* usb-redir: Add debugging to bufpq save / restoreHans de Goede2013-01-071-3/+11
* usbredir: Add usbredir_init_endpoints() helperHans de Goede2013-01-071-9/+13
* usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede2013-01-071-0/+2
* usbredir: Add ep_stopped USBDevice methodHans de Goede2013-01-071-0/+9
* usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede2013-01-071-3/+7
* usbredir: Add an usbredir_stop_ep helper functionHans de Goede2013-01-071-22/+19
* usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede2013-01-075-5/+60
* usb: Fix usb_ep_find_packet_by_idHans de Goede2013-01-071-1/+1
* hid: Change idle handling to use a timerHans de Goede2013-01-071-5/+3
* uhci: Maximize how many frames we catch up when behindHans de Goede2013-01-071-0/+8
* uhci: Limit amount of frames processed in one goHans de Goede2013-01-071-16/+27
* uhci: Add a QH_VALID defineHans de Goede2013-01-071-4/+5
* uhci: Fix pending interrupts getting lost on migrationHans de Goede2013-01-071-1/+2
* uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede2013-01-071-11/+13
* ehci: Don't call commit_irq after raising PCDHans de Goede2013-01-071-2/+0
* ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede2013-01-071-1/+4
* ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede2013-01-071-23/+47
* ehci: Verify a queue's ep direction does not changeHans de Goede2013-01-072-0/+20
* ehci: Add an ehci_get_pid helper functionHans de Goede2013-01-071-16/+16
* ehci: Verify qtd for async completed packetsHans de Goede2013-01-071-14/+1
* ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede2013-01-071-0/+14
* ehci: Move get / put_dwords upwardsHans de Goede2013-01-071-42/+42
* ehci: Verify guest does not change the token of inflight qtd-sHans de Goede2013-01-071-6/+4
* ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede2013-01-071-16/+35
* ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede2013-01-071-11/+17
* usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy2012-12-281-0/+1
* softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini2012-12-192-2/+2
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-198-10/+10
OpenPOWER on IntegriCloud