summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-01usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()usb-nextHans de Goede1-18/+15
2012-11-01xhci: Add support for packets with both data and an error statusHans de Goede1-2/+2
2012-11-01ehci: Add support for packets with both data and an error statusHans de Goede2-85/+77
2012-11-01ehci: Get rid of the magical PROC_ERR statusHans de Goede1-31/+24
2012-11-01usb-redir: Allow packets to have both data and an error-statusHans de Goede1-36/+20
2012-11-01usb: split packet result into actual_length + statusHans de Goede25-642/+632
2012-11-01qxl: make sure we don't have a stale ds_mirror hanging aroundGerd Hoffmann1-0/+2
2012-11-01char: Disable write callback if throttled chardev is detachedAmit Shah1-0/+5
2012-11-01virtio-serial-bus: replay guest_open on migrationAlon Levy1-0/+6
2012-11-01usb-redir: Add flow control supportHans de Goede1-2/+20
2012-11-01spice-qemu-char.c: remove intermediate bufferAlon Levy1-12/+6
2012-11-01spice-qemu-char.c: add throttlingAlon Levy1-4/+35
2012-11-01virtio-console: Enable port throttling when chardev is slow to consume dataAmit Shah1-0/+11
2012-11-01char: Throttle when host connection is down#Amit Shah1-0/+14
2012-11-01char: Equip the unix/tcp backend to handle nonblocking writes#Amit Shah1-0/+34
2012-11-01char: Update send_all() to handle nonblocking chardev write requestsAmit Shah2-7/+64
2012-11-01char: Add framework for a 'write unblocked' callbackAmit Shah2-0/+7
2012-11-01iohandlers: Add enable/disable_write_fd_handler() functionsAmit Shah2-0/+38
2012-11-01char: Add a QemuChrHandlers struct to initialise chardev handlersAmit Shah32-92/+263
2012-11-01char: Split out tcp socket close code in a separate functionAmit Shah1-9/+16
2012-11-01trace: allow disabling events in events fileGerd Hoffmann1-1/+8
2012-11-01[RfC] usb: mtp filesharingGerd Hoffmann3-0/+1109
2012-11-01usb-redir: Allow redirecting super speed devices to high speed controllersHans de Goede1-2/+21
2012-11-01usb-redir: Allow to attach USB 2.0 devices to 1.1 host controllerJan Kiszka1-1/+29
2012-11-01usb-redir: Use reject rather the disconnect on bad ep infoHans de Goede1-2/+3
2012-11-01usb-redir: Add an usbredir_setup_usb_eps() helper functionHans de Goede1-23/+22
2012-11-01usb-redir: Add support for input pipeliningHans de Goede1-10/+53
2012-11-01usb-redir: Add support for 32 bits bulk packet lengthHans de Goede2-2/+7
2012-11-01combined-packet: Add a workaround for Linux usbfs + live migrationHans de Goede1-2/+5
2012-11-01usb: Add packet combining functionsHans de Goede4-1/+194
2012-11-01uhci: Don't crash on device disconnectHans de Goede1-0/+5
2012-11-01uhci: Add a uhci_handle_td_error() helper functionHans de Goede1-43/+47
2012-11-01usb/ehci-pci: add helper to create ich9 usb controllersGerd Hoffmann2-0/+55
2012-11-01usb/ehci-pci: add ich9 00:1a.* variantGerd Hoffmann1-1/+6
2012-11-01usb/ehci-pci: dynamic type generationGerd Hoffmann1-31/+35
2012-11-01uhci: add ich9 00:1a.* variantsGerd Hoffmann1-3/+24
2012-11-01uhci: stick irq routing info into UHCIInfo too.Gerd Hoffmann1-14/+18
2012-11-01uhci: dynamic type generationGerd Hoffmann1-126/+70
2012-11-01xilinx_zynq: add USB controllersPeter Crosthwaite1-0/+3
2012-11-01usb/ehci: add sysbus variantGerd Hoffmann2-1/+78
2012-11-01usb/ehci: split into multiple source filesGerd Hoffmann4-424/+462
2012-11-01usb/ehci: Guard definition of EHCI_DEBUGPeter Crosthwaite1-0/+2
2012-11-01usb/ehci: seperate out PCIismsPeter Crosthwaite1-52/+72
2012-11-01usb/ehci: Abstract away PCI DMA APIPeter Crosthwaite1-5/+8
2012-11-01usb/ehci: parameterise the register region offsetsPeter Crosthwaite1-32/+36
2012-11-01xhci: allow address slot being called multiple timesGerd Hoffmann1-2/+7
2012-11-01xhci: add port trace pointsGerd Hoffmann2-1/+7
2012-11-01xhci: set pls in xhci_port_update & xhci_port_resetGerd Hoffmann1-2/+24
2012-11-01xhci: add xhci_port_resetGerd Hoffmann1-4/+9
2012-11-01xhci: add xhci_port_notifyGerd Hoffmann1-14/+17