summaryrefslogtreecommitdiffstats
path: root/hw/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc: move include files to include/qemu/Paolo Bonzini2012-12-1916-22/+22
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-198-8/+8
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+4
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-194-4/+4
* net: reorganize headersPaolo Bonzini2012-12-191-1/+1
* net: move Bluetooth stuff out of net.hPaolo Bonzini2012-12-191-1/+1
* janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini2012-12-191-0/+1
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-174-6/+6
* usb-tablet: Allow connecting to ehciHans de Goede2012-12-041-1/+84
* ehci: Lower timer freq when the periodic schedule is idleHans de Goede2012-12-042-6/+34
* usb: Allow overriding of usb_desc at the device levelHans de Goede2012-12-041-0/+3
* usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede2012-12-043-0/+6
* usb: Call wakeup when data becomes available for all devices with int epsHans de Goede2012-12-044-0/+17
* ehci-sysbus: Attach DMA context.Peter Crosthwaite2012-11-291-0/+1
OpenPOWER on IntegriCloud