From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:36103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQYo-0005IX-LW for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:01:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzQYn-0003V5-Eo for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:01:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzQYn-0003Ul-7o for qemu-devel@nongnu.org; Fri, 02 Sep 2011 06:01:17 -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 p82A1GY4011934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 2 Sep 2011 06:01:16 -0400 From: Gerd Hoffmann Date: Fri, 2 Sep 2011 12:01:07 +0200 Message-Id: <1314957674-30133-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [STABLE PULL] usb bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, These are the bugfixes for stable cherry-picked from master's usb patch queue. please pull, Gerd The following changes since commit 76e4e1d23711750f777333654f13cf6baf8d01f1: Update version to 0.15.0 (2011-08-08 13:27:32 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.25.stable Gerd Hoffmann (7): usb-host: reapurb error report fix usb-host: fix halted endpoints usb-host: fix configuration tracking. usb-host: endpoint table fixup usb-ehci: handle siTDs usb: fix use after free usb: claim port at device initialization time. hw/usb-bus.c | 110 +++++++++++++---------- hw/usb-ehci.c | 65 +++++++++++--- hw/usb-hub.c | 12 +--- hw/usb-ohci.c | 4 +- hw/usb-uhci.c | 11 ++- hw/usb.c | 37 ++++---- hw/usb.h | 5 +- trace-events | 7 ++ usb-linux.c | 273 +++++++++++++++++++++++++++------------------------------ 9 files changed, 282 insertions(+), 242 deletions(-)