From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59170) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agttH-0007ik-7i for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:52:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agttE-0005LH-2c for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:52:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agttD-0005KG-Sd for qemu-devel@nongnu.org; Fri, 18 Mar 2016 08:52:27 -0400 Message-ID: <1458305544.6882.50.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 18 Mar 2016 13:52:24 +0100 In-Reply-To: <1457623170-30896-1-git-send-email-jgross@suse.com> References: <1457623170-30896-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juergen Gross Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org, konrad.wilk@oracle.com, stefano.stabellini@eu.citrix.com On Do, 2016-03-10 at 16:19 +0100, Juergen Gross wrote: > This series adds a Xen pvUSB backend driver to qemu. USB devices > connected to the host can be passed through to a Xen guest. The > devices are specified via Xenstore. Access to the devices is done > via host-libusb.c > I've tested the backend with various USB devices (memory sticks, > keyboard, ...). Patches look sane to me. Have you tested both virtual and physical devices? Given how it is written devices such as the virtual usb tablet should work just fine too. I can take that through the usb queue, but I'd like to see someone from xen have a look at this too. Reviews anyone? thanks, Gerd