From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqgjD-0008Hw-A1 for qemu-devel@nongnu.org; Fri, 08 May 2015 07:46:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqgjA-0007kG-WC for qemu-devel@nongnu.org; Fri, 08 May 2015 07:46:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50723) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqgjA-0007jo-8i for qemu-devel@nongnu.org; Fri, 08 May 2015 07:46:00 -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 t48Bjx37022397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 8 May 2015 07:45:59 -0400 From: Gerd Hoffmann Date: Fri, 8 May 2015 13:45:34 +0200 Message-Id: <1431085553-6055-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 00/19] usb: qomify, bugfixes for xhci & uhci. 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 and the qomify patch series from Gonglei. please pull, Gerd The following changes since commit 838686357b1a175e9a32569700a153b207a9e10f: Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150507-1' into staging (2015-05-07 18:22:03 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20150508-1 for you to fetch changes up to ca5a21c40d95d7a4e26ea0a304fd2cd8ad4e6ae1: uhci: controller is halted after reset (2015-05-08 13:01:08 +0200) ---------------------------------------------------------------- usb: qomify, bugfixes for xhci & uhci. ---------------------------------------------------------------- Gerd Hoffmann (4): xhci: set timer to retry xfers Revert "xhci: generate a Transfer Event for each Transfer TRB with the IOC bit set" xhci: fix events for setup trb. uhci: controller is halted after reset Gonglei (14): uhci: QOMify usb: usb-audio QOMify usb: usb-bt QOMify usb: usb-hid QOMify usb: usb-hub QOMify usb: usb-mtp QOMify usb-mtp: fix segmentation fault usb: usb-net QOMify usb: usb-ccid QOMify usb: usb-storage QOMify usb: usb-uas QOMify usb: usb-wacom-tablet QOMify usb: usb-redir QOMify usb: usb-serial QOMify Michal Kazior (1): usb: fix usb-net segfault hw/usb/dev-audio.c | 23 +++++++++++--------- hw/usb/dev-bluetooth.c | 13 ++++++----- hw/usb/dev-hid.c | 34 +++++++++++++++++------------ hw/usb/dev-hub.c | 11 ++++++---- hw/usb/dev-mtp.c | 15 +++++++++---- hw/usb/dev-network.c | 15 +++++++++---- hw/usb/dev-serial.c | 43 +++++++++++++++++++++++-------------- hw/usb/dev-smartcard-reader.c | 50 ++++++++++++++++++++++++------------------- hw/usb/dev-storage.c | 32 ++++++++++++++++----------- hw/usb/dev-uas.c | 15 +++++++------ hw/usb/dev-wacom.c | 9 +++++--- hw/usb/hcd-uhci.c | 45 +++++++++++++++++++++++++++----------- hw/usb/hcd-xhci.c | 25 +++++++++++----------- hw/usb/redirect.c | 25 ++++++++++++---------- 14 files changed, 219 insertions(+), 136 deletions(-)