]> git.proxmox.com Git - qemu.git/commit
usb-redir: Dynamically adjust iso buffering size based on ep interval
authorHans de Goede <hdegoede@redhat.com>
Tue, 10 Jan 2012 13:13:05 +0000 (14:13 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 17 Jan 2012 08:44:51 +0000 (09:44 +0100)
commite8a7dd29211dbf7e9c87fd5a56563f2940681906
tree19190abc32f33799280b5e3674eb19b325103311
parent2bd836e5a6b38e0e03d7f7c90c7284fb610c46eb
usb-redir: Dynamically adjust iso buffering size based on ep interval

Note the bufpq_target_size id stored in the endpoint info struct,
even though it only used once. This is done because it will be
referenced from other code in a follow up patch.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-redir.c