summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-29wipusb-borkenHans de Goede1-6/+32
2012-08-29usb-redir: Return babble when getting more bulk data then requestedHans de Goede1-3/+3
2012-08-29usb-redir: Move to core packet id and queue handlingHans de Goede1-134/+92
2012-08-29usb-core: Add a usb_ep_find_packet_by_id() helper functionHans de Goede2-0/+16
2012-08-29usb-redir: Get rid of unused async-struct dev memberHans de Goede1-2/+0
2012-08-29usb-redir: Get rid of local shadow copy of packet headersHans de Goede1-27/+0
2012-08-29usb-redir: Get rid of async-struct get memberHans de Goede1-6/+3
2012-08-29usb-redir: Don't delay handling of open events to a bottom halfHans de Goede1-51/+53
2012-08-29ehci: Print a warning when a queue unexpectedly contains packets on cancelHans de Goede1-9/+13
2012-08-29ehci: Fix NULL ptr deref when unplugging an USB dev with an iso stream activeHans de Goede1-1/+1
2012-08-29ehci: Validate qh is not changed unexpectedly by the guestHans de Goede1-9/+24
2012-08-29Revert "ehci: don't flush cache on doorbell rings."Hans de Goede1-29/+6
2012-08-29Revert "ehci: do queue head revalidation unconditionally."Hans de Goede1-16/+29
2012-08-27configure: print spice-protocol and spice-server versionsAlon Levy1-1/+3
2012-08-27qxl: add QXL_IO_MONITORS_CONFIG_ASYNCAlon Levy5-3/+76
2012-08-27qxl: disallow unknown revisionsAlon Levy1-1/+4
2012-08-27qxl/update_area_io: guest_bug on invalid parametersAlon Levy1-0/+12
2012-08-27char: Disable write callback if throttled chardev is detachedAmit Shah1-0/+5
2012-08-27virtio-serial-bus: replay guest_open on migrationAlon Levy1-0/+6
2012-08-27usb-redir: Add flow control supportHans de Goede1-2/+24
2012-08-27spice-qemu-char.c: remove intermediate bufferAlon Levy1-12/+6
2012-08-27spice-qemu-char.c: add throttlingAlon Levy1-4/+35
2012-08-27virtio-console: Enable port throttling when chardev is slow to consume dataAmit Shah1-0/+11
2012-08-27char: Throttle when host connection is down#Amit Shah1-0/+14
2012-08-27char: Equip the unix/tcp backend to handle nonblocking writes#Amit Shah1-0/+34
2012-08-27char: Update send_all() to handle nonblocking chardev write requestsAmit Shah3-9/+66
2012-08-27char: Add framework for a 'write unblocked' callbackAmit Shah2-0/+7
2012-08-27iohandlers: Add enable/disable_write_fd_handler() functionsAmit Shah2-0/+38
2012-08-27char: Add a QemuChrHandlers struct to initialise chardev handlersAmit Shah31-88/+255
2012-08-27char: Split out tcp socket close code in a separate functionAmit Shah1-10/+16
2012-08-27[wip] xhci: iso xfer supportGerd Hoffmann1-16/+101
2012-08-27[wip] xhci: implement mfindexGerd Hoffmann1-7/+45
2012-08-27[wip] xhci: move device lookup into xhci_setup_packetGerd Hoffmann1-36/+38
2012-08-27usb: unique packet idsGerd Hoffmann7-12/+16
2012-08-27[wip] xhci: register mapGerd Hoffmann1-7/+12
2012-08-27[wip] xhci: zerocopyGerd Hoffmann2-167/+11
2012-08-27[wip] xhci: add xhci_xfer_reportGerd Hoffmann1-0/+59
2012-08-27[wip] xhci: add xhci_xfer_{map,unmap}Gerd Hoffmann1-0/+52
2012-08-27[wip] xhci: rip out background transfer codeGerd Hoffmann1-219/+4
2012-08-27Better name usb braille deviceSamuel Thibault1-1/+1
2012-08-27ehci: do queue head revalidation unconditionally.Gerd Hoffmann1-29/+16
2012-08-27ehci: handle TD deactivation of inflight packetsGerd Hoffmann1-15/+23
2012-08-27ehci: add ehci_cancel_queue()Gerd Hoffmann1-10/+20
2012-08-27ehci: simplify ehci_state_executingHans de Goede1-12/+1
2012-08-27usb: controllers do not need to check for babble themselvesHans de Goede2-9/+0
2012-08-27usb: Halt ep queue en cancel pending packets on a packet errorHans de Goede4-7/+58
2012-08-27usb-redir: Never return USB_RET_NAK for async handled packetsHans de Goede1-3/+6
2012-08-27ehci: Remove unnecessary ehci_flush_qh callHans de Goede1-1/+0
2012-08-27fix info qtree indentionGerd Hoffmann1-1/+1
2012-08-26tcg/ia64: fix and optimize ld/st slow pathAurelien Jarno1-15/+23