From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUvrz-0008Dc-HC for qemu-devel@nongnu.org; Wed, 03 Aug 2016 09:06:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUvrt-00084R-Lq for qemu-devel@nongnu.org; Wed, 03 Aug 2016 09:05:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUvrt-00084I-FM for qemu-devel@nongnu.org; Wed, 03 Aug 2016 09:05:53 -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 0E554550C8 for ; Wed, 3 Aug 2016 13:05:53 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 3 Aug 2016 15:05:43 +0200 Message-Id: <1470229549-32477-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.7 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 is a collection of usb bugfixes for 2.7. please pull, Gerd The following changes since commit cc0100f464c94bf80ad36cd432f4a1ed58126b60: MAINTAINERS: Update the Xilinx maintainers (2016-08-01 15:31:32 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160803-1 for you to fetch changes up to 0e39bb022b5fa8c11964968885f3263c02ce42b0: xen: use a common function for pv and hvm guest backend register calls (2016-08-03 14:52:11 +0200) ---------------------------------------------------------------- usb: bugfixes for xen-usb and ehci, mingw build fix. ---------------------------------------------------------------- Evgeny Yakovlev (1): ehci: faster frame index calculation for skipped frames Juergen Gross (3): xen: when removing a backend don't remove many of them xen: drain submit queue in xen-usb before removing device xen: use a common function for pv and hvm guest backend register calls Stefan Weil (2): wxx: Fix compiler warning for host-libusb.c wxx: Fix compilation of host-libusb.c hw/usb/hcd-ehci.c | 31 +++++++-------- hw/usb/host-libusb.c | 10 +++-- hw/usb/xen-usb.c | 94 +++++++++++++++++++++++++++++--------------- hw/xen/xen_backend.c | 68 ++++++++++++++------------------ hw/xenpv/xen_machine_pv.c | 7 +--- include/hw/xen/xen_backend.h | 1 + xen-hvm.c | 4 +- 7 files changed, 115 insertions(+), 100 deletions(-)