From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R49xI-0007C6-Na for qemu-devel@nongnu.org; Thu, 15 Sep 2011 07:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R49xG-0007Mu-TH for qemu-devel@nongnu.org; Thu, 15 Sep 2011 07:18:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R49xG-0007MK-Lt for qemu-devel@nongnu.org; Thu, 15 Sep 2011 07:18:06 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p8FBI5V8021586 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 15 Sep 2011 07:18:05 -0400 From: Gerd Hoffmann Date: Thu, 15 Sep 2011 13:17:56 +0200 Message-Id: <1316085482-27569-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/6] usb patch queue 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 a few bugfixes. please pull, Gerd The following changes since commit 44520db10b1b92f272348ab7028e7afc68ac3edf: Gdbstub: Fix back-trace on SPARC32 (2011-09-10 18:12:35 +0000) are available in the git repository at: git://git.kraxel.org/qemu usb.27 Gerd Hoffmann (5): usb-storage: fix NULL pointer dereference. usb-hub: need to check dev->attached usb: fix port reset usb-host: factor out code usb-host: handle USBDEVFS_SETCONFIGURATION returning EBUSY Peter Maydell (1): hw/usb-ohci: Fix OHCI_TD_T1 bit position definition hw/usb-ehci.c | 4 +- hw/usb-hub.c | 4 +- hw/usb-msd.c | 5 +- hw/usb-ohci.c | 4 +- hw/usb-uhci.c | 2 +- hw/usb.c | 12 ++++ hw/usb.h | 1 + usb-linux.c | 176 ++++++++++++++++++++++++++++++++++++--------------------- 8 files changed, 136 insertions(+), 72 deletions(-)