From: Juergen Gross <jgross@suse.com>
To: stefano.stabellini@eu.citrix.com
Cc: xen-devel@lists.xensource.com, Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Xen-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend
Date: Tue, 29 Mar 2016 06:55:06 +0200 [thread overview]
Message-ID: <56FA0AAA.20601@suse.com> (raw)
In-Reply-To: <56EC14E8.40103@suse.com>
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
>
WARNING: multiple messages have this Message-ID (diff)
From: Juergen Gross <jgross@suse.com>
To: stefano.stabellini@eu.citrix.com
Cc: xen-devel@lists.xensource.com, Gerd Hoffmann <kraxel@redhat.com>,
qemu-devel@nongnu.org
Subject: Re: [Xen-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend
Date: Tue, 29 Mar 2016 06:55:06 +0200 [thread overview]
Message-ID: <56FA0AAA.20601@suse.com> (raw)
In-Reply-To: <56EC14E8.40103@suse.com>
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
>
next prev parent reply other threads:[~2016-03-29 4:55 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-10 15:19 [Qemu-devel] [PATCH v2 0/2] usb, xen: add pvUSB backend Juergen Gross
2016-03-10 15:19 ` Juergen Gross
2016-03-10 15:19 ` [Qemu-devel] [PATCH v2 1/2] xen: introduce dummy system device Juergen Gross
2016-03-10 15:19 ` Juergen Gross
2016-05-03 15:11 ` [Qemu-devel] " Anthony PERARD
2016-05-03 15:11 ` Anthony PERARD
2016-03-10 15:19 ` [Qemu-devel] [PATCH v2 2/2] xen: add pvUSB backend Juergen Gross
2016-03-10 15:19 ` Juergen Gross
2016-05-03 15:06 ` [Qemu-devel] " Anthony PERARD
2016-05-03 15:06 ` Anthony PERARD
2016-05-04 8:25 ` [Qemu-devel] " Juergen Gross
2016-05-04 8:25 ` Juergen Gross
2016-05-05 10:13 ` [Qemu-devel] " Anthony PERARD
2016-05-05 10:13 ` Anthony PERARD
2016-05-06 4:57 ` [Qemu-devel] " Juergen Gross
2016-05-06 4:57 ` Juergen Gross
2016-03-18 12:52 ` [Qemu-devel] [PATCH v2 0/2] usb, " Gerd Hoffmann
2016-03-18 12:52 ` Gerd Hoffmann
2016-03-18 14:47 ` [Qemu-devel] " Juergen Gross
2016-03-18 14:47 ` Juergen Gross
2016-03-29 4:55 ` Juergen Gross [this message]
2016-03-29 4:55 ` [Xen-devel] " Juergen Gross
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56FA0AAA.20601@suse.com \
--to=jgross@suse.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.