3f1f296 Add support usb redirection over the network, see:

Authored and Committed by jwrdegoede 12 years ago
36 files changed. 5374 lines added. 1 lines removed.
0001-hw-usb-musb.c-Don-t-misuse-usb_packet_complete.patch
file added
+32
0002-usb-Add-a-usb_fill_port-helper-function.patch
file added
+42
0003-usb-Move-initial-call-of-usb_port_location-to-usb_fi.patch
file added
+83
0004-usb-Add-a-register_companion-USB-bus-op.patch
file added
+82
0005-usb-Make-port-wakeup-and-complete-ops-take-a-USBPort.patch
file added
+213
0006-usb-Replace-device_destroy-bus-op-with-a-child_detac.patch
file added
+358
0007-usb-ehci-drop-unused-num-ports-state-member.patch
file added
+26
0008-usb-ehci-Connect-Status-bit-is-read-only-don-t-allow.patch
file added
+32
0009-usb-ehci-cleanup-port-reset-handling.patch
file added
+38
0010-usb-assert-on-calling-usb_attach-port-NULL-on-a-port.patch
file added
+44
0011-usb-ehci-Fix-handling-of-PED-and-PEDC-port-status-bi.patch
file added
+80
0012-usb-ehci-Add-support-for-registering-companion-contr.patch
file added
+321
0013-usb-uhci-Add-support-for-being-a-companion-controlle.patch
file added
+103
0014-usb-ohci-Add-support-for-being-a-companion-controlle.patch
file added
+127
0015-pci-add-ich9-usb-controller-ids.patch
file added
+31
0016-uhci-add-ich9-controllers.patch
file added
+102
0017-ehci-fix-port-count.patch
file added
+28
0018-ehci-add-ich9-controller.patch
file added
+74
0019-usb-update-documentation.patch
file added
+112
0020-usb_register_port-do-not-set-port-opaque-and-port-in.patch
file added
+28
0021-usb-fixup-bluetooth-descriptors.patch
file added
+116
0022-usb-hub-remove-unused-descriptor-arrays.patch
file added
+95
0023-usb-ohci-raise-interrupt-on-attach.patch
file added
+50
0024-USB-add-usb-network-redirection-support.patch
file added
+1346
0025-char-Split-out-tcp-socket-close-code-in-a-separate-f.patch
file added
+57
0026-char-Add-a-QemuChrHandlers-struct-to-initialise-char.patch
file added
+882
0027-iohandlers-Add-enable-disable_write_fd_handler-funct.patch
file added
+77
0028-char-Add-framework-for-a-write-unblocked-callback.patch
file added
+61
0029-char-Update-send_all-to-handle-nonblocking-chardev-w.patch
file added
+199
0030-char-Equip-the-unix-tcp-backend-to-handle-nonblockin.patch
file added
+81
0031-char-Throttle-when-host-connection-is-down.patch
file added
+56
0032-virtio-console-Enable-port-throttling-when-chardev-i.patch
file added
+49
0033-spice-qemu-char.c-add-throttling.patch
file added
+133
0034-spice-qemu-char.c-remove-intermediate-buffer.patch
file added
+71
0035-usb-redir-Add-flow-control-support.patch
file added
+64
qemu.spec
file modified
+81 -1
    Add support usb redirection over the network, see:
    http://fedoraproject.org/wiki/Features/UsbNetworkRedirection
    Restore chardev flow control patches
    
        
file modified
+81 -1