From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZf3x-0003pm-LV for qemu-devel@nongnu.org; Tue, 07 May 2013 06:24:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZf3t-0007jv-BF for qemu-devel@nongnu.org; Tue, 07 May 2013 06:24:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZf3t-0007jn-40 for qemu-devel@nongnu.org; Tue, 07 May 2013 06:23:57 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r47ANuhI023631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 7 May 2013 06:23:56 -0400 From: Gerd Hoffmann Date: Tue, 7 May 2013 11:50:03 +0200 Message-Id: <1367920207-1404-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.5 0/4] usb patch qeue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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(-)