From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gerd Hoffmann Subject: Re: [PATCH v2 0/2] usb, xen: add pvUSB backend Date: Fri, 18 Mar 2016 13:52:24 +0100 Message-ID: <1458305544.6882.50.camel@redhat.com> References: <1457623170-30896-1-git-send-email-jgross@suse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1457623170-30896-1-git-send-email-jgross@suse.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Juergen Gross Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org, konrad.wilk@oracle.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org 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