From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V45Pn-0000Mw-Kn for qemu-devel@nongnu.org; Tue, 30 Jul 2013 04:36:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V45Pi-0001Bb-Ru for qemu-devel@nongnu.org; Tue, 30 Jul 2013 04:36:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V45Pi-0001B4-Ku for qemu-devel@nongnu.org; Tue, 30 Jul 2013 04:36:14 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6U8aC1K014355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 30 Jul 2013 04:36:12 -0400 From: Gerd Hoffmann Date: Tue, 30 Jul 2013 10:36:08 +0200 Message-Id: <1375173371-3378-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.6 0/3] usb patch queu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the usb patch queue, with some bugfixes, for 1.6. please pull, Gerd The following changes since commit dbe49aea76a7805f05b33d548b2e543b51fa8bb1: Update version for 1.6.0-rc0 (2013-07-29 20:30:29 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.85 for you to fetch changes up to cf66ee8e207d5c1831c7d4d8c7f2544314fc676c: hcd-ohci: add dma error handling (2013-07-30 10:26:19 +0200) ---------------------------------------------------------------- Alexey Kardashevskiy (1): hcd-ohci: add dma error handling Gerd Hoffmann (2): xhci: handle USB_RET_IOERROR uhci: egsm fix hw/usb/hcd-ohci.c | 177 ++++++++++++++++++++++++++++++++++++++--------------- hw/usb/hcd-uhci.c | 7 +++ hw/usb/hcd-xhci.c | 1 + 3 files changed, 134 insertions(+), 51 deletions(-)