From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJ98-0004eM-KM for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:08:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REJ96-0005DD-ET for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:08:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REJ96-0005CR-3J for qemu-devel@nongnu.org; Thu, 13 Oct 2011 07:08:16 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9DB8Ft8020754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 13 Oct 2011 07:08:15 -0400 From: Gerd Hoffmann Date: Thu, 13 Oct 2011 13:08:22 +0200 Message-Id: <1318504111-15309-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] 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 bunch of bug fixes. Check the individual patches for details. please pull, Gerd The following changes since commit ebffe2afceb1a17b5d134b5debf553955fe5ea1a: Merge remote-tracking branch 'qmp/queue/qmp' into staging (2011-10-10 08:21:46 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.28 Gerd Hoffmann (7): 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 usb-hid: activate usb tablet / mouse after migration. usb-hub: don't trigger assert on packet completion. Peter Maydell (2): hw/usb-ohci: Fix OHCI_TD_T1 bit position definition hw/usb-ohci: Honour endpoint maximum packet size hw/usb-ehci.c | 4 +- hw/usb-hid.c | 11 ++++ hw/usb-hub.c | 12 +++- hw/usb-msd.c | 5 +- hw/usb-ohci.c | 41 +++++++++---- hw/usb-uhci.c | 2 +- hw/usb.c | 12 ++++ hw/usb.h | 1 + usb-linux.c | 176 ++++++++++++++++++++++++++++++++++++--------------------- 9 files changed, 180 insertions(+), 84 deletions(-)