]> git.proxmox.com Git - qemu.git/commit - usb-linux.c
usb-linux: make iso urb count contigurable
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Jun 2011 12:03:56 +0000 (14:03 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 23 Jun 2011 08:18:37 +0000 (10:18 +0200)
commitb81bcd8aa0f5d16e5590fdc4cf6561b57adab931
treeb6e1afb420b40b72f0fa363b99f405cb20190b48
parentca3a36cf2b86a752fde4b1c545bd2a5a6c811f44
usb-linux: make iso urb count contigurable

Add a qdev property for the number of iso urbs which
usb-linux keeps in flight, so it can be configured at
runtime.  Make it default to four (old hardcoded value
used to be three).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-linux.c