From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahxjJ-0006pu-CM for qemu-devel@nongnu.org; Mon, 21 Mar 2016 07:10:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ahxjF-0001ic-7v for qemu-devel@nongnu.org; Mon, 21 Mar 2016 07:10:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35195) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ahxjF-0001iR-2D for qemu-devel@nongnu.org; Mon, 21 Mar 2016 07:10:33 -0400 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 (Postfix) with ESMTPS id BA708C00B8DD for ; Mon, 21 Mar 2016 11:10:32 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 21 Mar 2016 12:10:18 +0100 Message-Id: <1458558624-6890-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/6] usb patch queue 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 bunch of usb bugixes accumulated over the last weeks. If you have anything outstanding usb patches which are not in here, please resend (exception: the xen host adapter patches which are waiting for review from xen people). please pull, Gerd The following changes since commit 6741d38ad0f2405a6e999ebc9550801b01aca479: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-03-17 15:59:42 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160321-1 for you to fetch changes up to dff0367cf66f489aa772320fa2937a8cac1ca30d: usb: ehci: add capability mmio write function (2016-03-18 14:20:39 +0100) ---------------------------------------------------------------- usb: bugfix collection. ---------------------------------------------------------------- Matthew Fortune (1): hw/usb/dev-mtp: Guard inotify usage with CONFIG_INOTIFY1 Peter Xu (3): usb: fix unbounded stack warning for xhci_dma_write_u32s usb: fix unbound stack usage for usb_mtp_add_str usb: fix unbound stack warning for inotify_watchfn Prasad J Pandit (1): usb: ehci: add capability mmio write function Stefan Weil (1): usb: Fix compilation for Windows hw/usb/dev-mtp.c | 29 +++++++++++++++-------------- hw/usb/hcd-ehci.c | 6 ++++++ hw/usb/hcd-xhci.c | 6 ++++-- hw/usb/redirect.c | 4 +++- 4 files changed, 28 insertions(+), 17 deletions(-)