From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37407) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aklgO-0008Ei-UL for qemu-devel@nongnu.org; Tue, 29 Mar 2016 00:55:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aklgL-0003jU-Pg for qemu-devel@nongnu.org; Tue, 29 Mar 2016 00:55:12 -0400 Received: from mx2.suse.de ([195.135.220.15]:40503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aklgL-0003ir-KN for qemu-devel@nongnu.org; Tue, 29 Mar 2016 00:55:09 -0400 References: <1457623170-30896-1-git-send-email-jgross@suse.com> <1458305544.6882.50.camel@redhat.com> <56EC14E8.40103@suse.com> From: Juergen Gross Message-ID: <56FA0AAA.20601@suse.com> Date: Tue, 29 Mar 2016 06:55:06 +0200 MIME-Version: 1.0 In-Reply-To: <56EC14E8.40103@suse.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Xen-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: stefano.stabellini@eu.citrix.com Cc: xen-devel@lists.xensource.com, Gerd Hoffmann , qemu-devel@nongnu.org On 18/03/16 15:47, Juergen Gross wrote: > On 18/03/16 13:52, Gerd Hoffmann wrote: >> 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 tested with physical devices only. > > TBH, I don't think a virtual device would work, given how the to be used > device is selected (driver="usb-host", hostbus, hostport). > >> 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? Stefano, could you please have a look? Juergen > > Awesome, thanks for the thumbs up! > > > Juergen > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel >