Hi, A few small usb fixes for 1.5. Two host controller bugfixes, and two small enhancements for the libusb based usb-host implementation. They bring the libusb on par with the old linux usbfs implementation and are needed to make sure usb passthrough doesn't lose features in 1.5.
please pull, Gerd The following changes since commit b5803aa3583e82e5133f7621121bc15ee694f4a1: Merge remote-tracking branch 'qemu-kvm/uq/master' into staging (2013-05-06 15:45:08 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.82 for you to fetch changes up to 4e906d567a97ee45b4922001bf521dad0bde5268: xhci: handle USB_RET_BABBLE (2013-05-07 11:34:03 +0200) ---------------------------------------------------------------- Gerd Hoffmann (3): usb-host: live migration support for the libusb version usb-host: add usb_host_full_speed_compat xhci: handle USB_RET_BABBLE Hans de Goede (1): uhci: Use an intermediate buffer for usb packet data hw/usb/hcd-uhci.c | 21 ++++++----- hw/usb/hcd-xhci.c | 5 +++ hw/usb/host-libusb.c | 94 +++++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 104 insertions(+), 16 deletions(-)