From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtMf-0002yu-4u for qemu-devel@nongnu.org; Tue, 12 Jul 2016 04:48:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMtMa-0000af-67 for qemu-devel@nongnu.org; Tue, 12 Jul 2016 04:48:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMtMa-0000aG-17 for qemu-devel@nongnu.org; Tue, 12 Jul 2016 04:48:20 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7EC6960B8 for ; Tue, 12 Jul 2016 08:48:19 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 12 Jul 2016 10:48:07 +0200 Message-Id: <1468313290-14308-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/3] usb: misc fixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, A few usb bugfixes. please pull, Gerd The following changes since commit f1ef55786691a1bf79db0b74ba1e5347a0d38c= 1b: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into = staging (2016-07-11 18:46:38 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160712-1 for you to fetch changes up to 042ec47e6825cbea67b9ad957780204dc1d346bc: xen-usb: Fix 32bit build (2016-07-12 10:47:03 +0200) ---------------------------------------------------------------- usb: misc fixes. ---------------------------------------------------------------- Anthony PERARD (1): xen-usb: Fix 32bit build Gerd Hoffmann (1): usb: add storage hotplug documentation Zhang Shuaiyi (1): nec-usb-xhci: set the device state to USB_STATE_DEFAULT docs/usb-storage.txt | 12 ++++++++++++ hw/usb/hcd-xhci.c | 3 ++- hw/usb/xen-usb.c | 3 ++- 3 files changed, 16 insertions(+), 2 deletions(-)