]> git.proxmox.com Git - qemu.git/commit - usb-linux.c
usb: move cancel callback to USBDeviceInfo
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 16 May 2011 08:34:53 +0000 (10:34 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 26 May 2011 09:55:03 +0000 (11:55 +0200)
commiteb5e680ae5a72b999946e5618c501648367734a8
tree906f6b56e9837ae4f1fad70ee7ee878a90d63319
parent4ff658fb6c4f1cb7f771b16f808547e4f5767d02
usb: move cancel callback to USBDeviceInfo

Remove the cancel callback from the USBPacket struct, move it over
to USBDeviceInfo.  Zap usb_defer_packet() which is obsolete now.

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