From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0SB7-00023P-NR for qemu-devel@nongnu.org; Wed, 11 May 2016 07:19:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0SB3-0004xO-LT for qemu-devel@nongnu.org; Wed, 11 May 2016 07:19:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0SB3-0004x6-GU for qemu-devel@nongnu.org; Wed, 11 May 2016 07:19:41 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (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 72E4E46269 for ; Wed, 11 May 2016 11:19:40 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 11 May 2016 13:19:26 +0200 Message-Id: <1462965569-6407-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/3] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Three fixes accumulated during the freeze. please pull, Gerd The following changes since commit 860a3b34854d8abe9af9f1eb584691de926ce897: Update version for v2.6.0-rc5 release (2016-05-09 14:08:12 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160511-1 for you to fetch changes up to a277c3e094d5e9f653ccc861f59e07c94c7fe6c7: usb: Support compilation without poll.h (2016-05-11 10:37:39 +0200) ---------------------------------------------------------------- usb: misc fixes ---------------------------------------------------------------- Isaac Lozano (1): usb-mtp: fix usb_mtp_get_device_info so that libmtp on the guest doesn't complain Roman Kagan (1): usb:xhci: no DMA on HC reset Stefan Weil (1): usb: Support compilation without poll.h hw/usb/dev-mtp.c | 4 ++-- hw/usb/hcd-xhci.c | 5 ++++- hw/usb/host-libusb.c | 13 ++++++++++++- 3 files changed, 18 insertions(+), 4 deletions(-)