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)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 11 Sep 2012 05:43:00 +0000 (07:43 +0200)
commit206e7f20fe7b920b362bcc02608680c5d5527f2a
tree9b94fcce011c5402ecfb0e214f54ec33cbf6fcf2
parent104981d52b63dc3d68f39d4442881c667f44bbb9
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>
hw/usb/redirect.c