From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUYe8-0004kS-Ti for qemu-devel@nongnu.org; Tue, 23 Apr 2013 04:32:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UUYe5-0001Lh-F5 for qemu-devel@nongnu.org; Tue, 23 Apr 2013 04:32:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UUYe5-0001L2-7D for qemu-devel@nongnu.org; Tue, 23 Apr 2013 04:32:13 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3N8WB2F003014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Apr 2013 04:32:11 -0400 From: Gerd Hoffmann Date: Tue, 23 Apr 2013 10:32:05 +0200 Message-Id: <1366705929-11251-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/4] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Nothing major, just some small fixes. please pull, Gerd The following changes since commit 456736710df19c2275192269fe67a3f0b2583835: block: Fix build with tracing enabled (2013-04-22 11:31:41 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.81 for you to fetch changes up to 3f5cc97e2ba00b34fd20a5553ed9d2fecf32f7e3: usb-host: raise libusbx minimum version to 1.0.13 (2013-04-23 08:43:10 +0200) ---------------------------------------------------------------- Gerd Hoffmann (3): xhci: remove XHCIRing->base (unused) usb: better speed mismatch error reporting usb-host: raise libusbx minimum version to 1.0.13 Hans de Goede (1): ehci_free_packet: Discard finished packets when the queue is halted configure | 2 +- hw/usb/bus.c | 36 ++++++++++++++++++++++++++++++++---- hw/usb/desc.c | 2 -- hw/usb/hcd-ehci.c | 16 +++++++++++----- hw/usb/hcd-xhci.c | 4 +--- hw/usb/host-libusb.c | 5 ----- trace-events | 2 +- 7 files changed, 46 insertions(+), 21 deletions(-)