From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFmx5-0005jj-Gp for qemu-devel@nongnu.org; Tue, 18 Feb 2014 10:51:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFmww-0007YN-NC for qemu-devel@nongnu.org; Tue, 18 Feb 2014 10:51:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10119) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFmww-0007Y8-Dx for qemu-devel@nongnu.org; Tue, 18 Feb 2014 10:51:10 -0500 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 s1IFp6pt009495 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 18 Feb 2014 10:51:07 -0500 From: Gerd Hoffmann Date: Tue, 18 Feb 2014 16:50:47 +0100 Message-Id: <1392738654-4698-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/7] 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. Cleanups, bugfixes, xhci emulation improvements. please pull, Gerd The following changes since commit 46eef33b89e936ca793e13c4aeea1414e97e8dbb: Fix QEMU build on OpenBSD on x86 archs (2014-02-17 11:44:00 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-3 for you to fetch changes up to d6bb65fcd24c8cb8c37ffe324c360f3b0c94b902: xhci: use DPRINTF() instead of fprintf(stderr, ...) (2014-02-18 15:39:13 +0100) ---------------------------------------------------------------- - xhci improvements and fixes. - uhci bugfix. - cleanups. ---------------------------------------------------------------- Gerd Hoffmann (6): xhci: fix overflow in usb_xhci_post_load uhci: invalidate queue on device address changes xhci iso: fix time calculation xhci iso: allow for some latency xhci: switch debug printf to tracepoint xhci: use DPRINTF() instead of fprintf(stderr, ...) Pantelis Koukousoulas (1): usb: Remove magic constants from device bmAttributes hw/usb/desc.c | 2 +- hw/usb/dev-audio.c | 2 +- hw/usb/dev-bluetooth.c | 2 +- hw/usb/dev-hid.c | 8 ++-- hw/usb/dev-hub.c | 3 +- hw/usb/dev-network.c | 4 +- hw/usb/dev-serial.c | 2 +- hw/usb/dev-smartcard-reader.c | 3 +- hw/usb/dev-storage.c | 6 +-- hw/usb/dev-uas.c | 4 +- hw/usb/dev-wacom.c | 2 +- hw/usb/hcd-uhci.c | 2 + hw/usb/hcd-xhci.c | 102 +++++++++++++++++++++--------------------- include/hw/usb.h | 5 +++ 14 files changed, 77 insertions(+), 70 deletions(-)