]> www.infradead.org Git - users/dwmw2/qemu.git/commit
usb-redir: Get rid of unused async-struct dev member
authorHans de Goede <hdegoede@redhat.com>
Tue, 28 Aug 2012 07:08:45 +0000 (09:08 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 12 Oct 2012 02:44:15 +0000 (21:44 -0500)
commit55a2f465b9ee17ddaa4a869f6b9733615c20f96d
treed1c54ba44b734169c343c79141033448a4a79bf5
parentaa57b628e0db7756746d83c2ca16034341356bc8
usb-redir: Get rid of unused async-struct dev member

This is a preparation patch for completely getting rid of the async-packet
struct in usb-redir, instead relying on the (new) per ep queues in the
qemu usb core.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 206e7f20fe7b920b362bcc02608680c5d5527f2a)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/usb/redirect.c