aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
2013-01-22usb: add usb-bot device (scsi bulk-only transport).Gerd Hoffmann
2013-01-22ohci: add missing breakGerd Hoffmann
2013-01-22Revert "usb-storage: Drop useless null test in usb_msd_handle_data()"Gerd Hoffmann
2013-01-19usb: Fix compilation for MinGW (regression)Stefan Weil
2013-01-17HMP: add QDict to info callback handlerWenchao Xia
2013-01-16usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster
2013-01-14Merge remote-tracking branch 'kraxel/usb.76' into stagingAnthony Liguori
2013-01-14usb-host: Initialize dev->port the obviously safe wayMarkus Armbruster
2013-01-14usb-host: Drop superfluous null test from usb_host_auto_scan()Markus Armbruster
2013-01-14ehci: Assert state machine is sane w.r.t. EHCIQueueMarkus Armbruster
2013-01-14xhci: nuke transfe5rs on detachGerd Hoffmann
2013-01-14xhci: call xhci_detach_slot on root port detach tooGerd Hoffmann
2013-01-14xhci: create xhci_detach_slot helper functionGerd Hoffmann
2013-01-12build: remove CONFIG_SMARTCARDPaolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-08uhci: stop using portio listsGerd Hoffmann
2013-01-08usbredir: Add support for buffered bulk input (v2)Hans de Goede
2013-01-07usb/ehci: Add SysBus EHCI device for Exynos4210Andreas Färber
2013-01-07usb/ehci: Move capsbase and opregbase into SysBus EHCI classAndreas Färber
2013-01-07usb/ehci: Clean up SysBus and PCI EHCI splitAndreas Färber
2013-01-07xhci: call set-address with dummy usbpacketGerd Hoffmann
2013-01-07usb-redir: Add debugging to bufpq save / restoreHans de Goede
2013-01-07usbredir: Add usbredir_init_endpoints() helperHans de Goede
2013-01-07usbredir: Verify we have 32 bits bulk length cap when redirecting to xhciHans de Goede
2013-01-07usbredir: Add ep_stopped USBDevice methodHans de Goede
2013-01-07usbredir: Add USBEP2I and I2USBEP helper macrosHans de Goede
2013-01-07usbredir: Add an usbredir_stop_ep helper functionHans de Goede
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede
2013-01-07usb: Fix usb_ep_find_packet_by_idHans de Goede
2013-01-07hid: Change idle handling to use a timerHans de Goede
2013-01-07uhci: Maximize how many frames we catch up when behindHans de Goede
2013-01-07uhci: Limit amount of frames processed in one goHans de Goede
2013-01-07uhci: Add a QH_VALID defineHans de Goede
2013-01-07uhci: Fix pending interrupts getting lost on migrationHans de Goede
2013-01-07uhci: Fix 1 ms delay in interrupt reporting to the guestHans de Goede
2013-01-07ehci: Don't call commit_irq after raising PCDHans de Goede
2013-01-07ehci: Further speedup rescanning if async schedule after raising an interruptHans de Goede
2013-01-07ehci: Use uframe precision for interrupt threshold checking (v2)Hans de Goede
2013-01-07ehci: Verify a queue's ep direction does not changeHans de Goede
2013-01-07ehci: Add an ehci_get_pid helper functionHans de Goede
2013-01-07ehci: Verify qtd for async completed packetsHans de Goede
2013-01-07ehci: writeback_async_complete_packet: verify qh and qtdHans de Goede
2013-01-07ehci: Move get / put_dwords upwardsHans de Goede
2013-01-07ehci: Verify guest does not change the token of inflight qtd-sHans de Goede
2013-01-07ehci: Add ehci_verify_qh and ehci_verify_qtd helper functionsHans de Goede
2013-01-07ehci: Add a ehci_writeback_async_complete_packet helper functionHans de Goede
2012-12-28usb/redirect.c: unbreak compilation due to include/char/char.hAlon Levy
2012-12-19softmmu: move remaining include files to include/ subdirectoriesPaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini