aboutsummaryrefslogtreecommitdiff
path: root/hw/usb
AgeCommit message (Expand)Author
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
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19janitor: add guards to headersPaolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-12-19net: reorganize headersPaolo Bonzini
2012-12-19net: move Bluetooth stuff out of net.hPaolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-12-04usb-tablet: Allow connecting to ehciHans de Goede
2012-12-04ehci: Lower timer freq when the periodic schedule is idleHans de Goede
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede
2012-12-04usb: Don't allow USB_RET_ASYNC for interrupt packetsHans de Goede
2012-12-04usb: Call wakeup when data becomes available for all devices with int epsHans de Goede
2012-11-29ehci-sysbus: Attach DMA context.Peter Crosthwaite
2012-11-29usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi
2012-11-29usb: tag usb host adapters as not hotpluggable.Gerd Hoffmann
2012-11-21usb-redir: Don't handle interrupt output packets asyncHans de Goede
2012-11-21usb-redir: Split usb_handle_interrupt_data into separate in/out functionsHans de Goede
2012-11-21usb-smartcard-reader: Properly NAK interrupt eps when we've no eventsHans de Goede
2012-11-21usb-bt: Return NAK instead of STALL when interrupt ep has no dataHans de Goede
2012-11-21uhci: Fix double unlinkHans de Goede
2012-11-21uhci: Don't allow the guest to set port-enabled when there is no dev connectedHans de Goede
2012-11-21uhci: Add a completions_only flag for async completionsHans de Goede
2012-11-16usb-host: fix splitted transfersGerd Hoffmann
2012-11-16usb-host: update tracingGerd Hoffmann
2012-11-16usb-redir: Set default debug level to warningHans de Goede
2012-11-16usb-redir: Only add actually in flight packets to the in flight queueHans de Goede
2012-11-16ehci: handle dma errorsGerd Hoffmann
2012-11-16ehci: keep the frame timer running in case the guest asked for frame list rol...Gerd Hoffmann
2012-11-16ehci: Don't verify the next pointer for periodic qh-s and qtd-sHans de Goede
2012-11-16ehci: Better detection for qtd-s linked in circlesHans de Goede