Age | Commit message (Expand) | Author | Files | Lines |
2013-01-14 | Merge remote-tracking branch 'kraxel/usb.76' into staging | Anthony Liguori | 3 | -8/+31 |
2013-01-14 | usb-host: Initialize dev->port the obviously safe way | Markus Armbruster | 1 | -1/+1 |
2013-01-14 | usb-host: Drop superfluous null test from usb_host_auto_scan() | Markus Armbruster | 1 | -1/+1 |
2013-01-14 | ehci: Assert state machine is sane w.r.t. EHCIQueue | Markus Armbruster | 1 | -0/+4 |
2013-01-14 | xhci: nuke transfe5rs on detach | Gerd Hoffmann | 1 | -1/+7 |
2013-01-14 | xhci: call xhci_detach_slot on root port detach too | Gerd Hoffmann | 1 | -0/+1 |
2013-01-14 | xhci: create xhci_detach_slot helper function | Gerd Hoffmann | 1 | -6/+18 |
2013-01-12 | build: remove CONFIG_SMARTCARD | Paolo Bonzini | 1 | -1/+1 |
2013-01-10 | Make all static TypeInfos const | Andreas Färber | 16 | -21/+21 |
2013-01-08 | uhci: stop using portio lists | Gerd Hoffmann | 1 | -76/+30 |
2013-01-08 | usbredir: Add support for buffered bulk input (v2) | Hans de Goede | 6 | -19/+2706 |
2013-01-07 | usb/ehci: Add SysBus EHCI device for Exynos4210 | Andreas Färber | 2 | -0/+17 |
2013-01-07 | usb/ehci: Move capsbase and opregbase into SysBus EHCI class | Andreas Färber | 2 | -2/+26 |
2013-01-07 | usb/ehci: Clean up SysBus and PCI EHCI split | Andreas Färber | 3 | -24/+60 |
2013-01-07 | xhci: call set-address with dummy usbpacket | Gerd Hoffmann | 1 | -1/+6 |
2013-01-07 | usb-redir: Add debugging to bufpq save / restore | Hans de Goede | 1 | -3/+11 |
2013-01-07 | usbredir: Add usbredir_init_endpoints() helper | Hans de Goede | 1 | -9/+13 |
2013-01-07 | usbredir: Verify we have 32 bits bulk length cap when redirecting to xhci | Hans de Goede | 1 | -0/+2 |
2013-01-07 | usbredir: Add ep_stopped USBDevice method | Hans de Goede | 1 | -0/+9 |
2013-01-07 | usbredir: Add USBEP2I and I2USBEP helper macros | Hans de Goede | 1 | -3/+7 |
2013-01-07 | usbredir: Add an usbredir_stop_ep helper function | Hans de Goede | 1 | -22/+19 |
2013-01-07 | usb: Add an usb_device_ep_stopped USBDevice method | Hans de Goede | 5 | -5/+60 |
2013-01-07 | usb: Fix usb_ep_find_packet_by_id | Hans de Goede | 1 | -1/+1 |
2013-01-07 | hid: Change idle handling to use a timer | Hans de Goede | 1 | -5/+3 |
2013-01-07 | uhci: Maximize how many frames we catch up when behind | Hans de Goede | 1 | -0/+8 |
2013-01-07 | uhci: Limit amount of frames processed in one go | Hans de Goede | 1 | -16/+27 |
2013-01-07 | uhci: Add a QH_VALID define | Hans de Goede | 1 | -4/+5 |
2013-01-07 | uhci: Fix pending interrupts getting lost on migration | Hans de Goede | 1 | -1/+2 |
2013-01-07 | uhci: Fix 1 ms delay in interrupt reporting to the guest | Hans de Goede | 1 | -11/+13 |
2013-01-07 | ehci: Don't call commit_irq after raising PCD | Hans de Goede | 1 | -2/+0 |
2013-01-07 | ehci: Further speedup rescanning if async schedule after raising an interrupt | Hans de Goede | 1 | -1/+4 |
2013-01-07 | ehci: Use uframe precision for interrupt threshold checking (v2) | Hans de Goede | 1 | -23/+47 |
2013-01-07 | ehci: Verify a queue's ep direction does not change | Hans de Goede | 2 | -0/+20 |
2013-01-07 | ehci: Add an ehci_get_pid helper function | Hans de Goede | 1 | -16/+16 |
2013-01-07 | ehci: Verify qtd for async completed packets | Hans de Goede | 1 | -14/+1 |
2013-01-07 | ehci: writeback_async_complete_packet: verify qh and qtd | Hans de Goede | 1 | -0/+14 |
2013-01-07 | ehci: Move get / put_dwords upwards | Hans de Goede | 1 | -42/+42 |
2013-01-07 | ehci: Verify guest does not change the token of inflight qtd-s | Hans de Goede | 1 | -6/+4 |
2013-01-07 | ehci: Add ehci_verify_qh and ehci_verify_qtd helper functions | Hans de Goede | 1 | -16/+35 |
2013-01-07 | ehci: Add a ehci_writeback_async_complete_packet helper function | Hans de Goede | 1 | -11/+17 |
2012-12-28 | usb/redirect.c: unbreak compilation due to include/char/char.h | Alon Levy | 1 | -0/+1 |
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | 2 | -2/+2 |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 8 | -10/+10 |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini | 16 | -22/+22 |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini | 8 | -8/+8 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | janitor: add guards to headers | Paolo Bonzini | 1 | -0/+4 |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini | 4 | -4/+4 |
2012-12-19 | net: reorganize headers | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | net: move Bluetooth stuff out of net.h | Paolo Bonzini | 1 | -1/+1 |