Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-22 Thread Guannan Ren
On 08/19/2012 11:42 PM, Guannan Ren wrote: BZ RFE https://bugzilla.redhat.com/show_bug.cgi?id=795929 qemu support: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=6af165892cf900291046f1d25f95416f379504c2 Since qemu has have the code to support USB redirection filter. This set of patches try to su

Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-21 Thread Hans de Goede
Hi, On 08/21/2012 01:02 PM, Daniel P. Berrange wrote: Also note that the proprietary Spice usb-redir solution which the new FOSS usb-redir code is replacing has this ability too, and currently you can configure a filter from RHEV-M, so from the host / vm management software. Well I'll withd

Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-21 Thread Daniel P. Berrange
On Tue, Aug 21, 2012 at 12:46:41PM +0200, Hans de Goede wrote: > Hi, > > On 08/21/2012 11:23 AM, Daniel P. Berrange wrote: > > > > >>We want the admin of the vm to be able to set policy as to which devices > >>can be redirected to the vm, for example for security reasons. Clearly the > >>right

Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-21 Thread Hans de Goede
Hi, On 08/21/2012 11:23 AM, Daniel P. Berrange wrote: We want the admin of the vm to be able to set policy as to which devices can be redirected to the vm, for example for security reasons. Clearly the right place to enforce such a policy is the host and not the client, esp. since the client

Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-21 Thread Daniel P. Berrange
On Tue, Aug 21, 2012 at 09:04:03AM +0200, Hans de Goede wrote: > Hi, > > On 08/20/2012 06:06 PM, Daniel P. Berrange wrote: > >On Sun, Aug 19, 2012 at 11:42:43PM +0800, Guannan Ren wrote: > >>BZ RFE https://bugzilla.redhat.com/show_bug.cgi?id=795929 > >>qemu support: > >>http://git.qemu.org/?p=qemu

Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-21 Thread Hans de Goede
Hi, On 08/20/2012 06:06 PM, Daniel P. Berrange wrote: On Sun, Aug 19, 2012 at 11:42:43PM +0800, Guannan Ren wrote: BZ RFE https://bugzilla.redhat.com/show_bug.cgi?id=795929 qemu support: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=6af165892cf900291046f1d25f95416f379504c2 Since qemu has have

Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-20 Thread Guannan Ren
On 08/20/2012 06:06 PM, Daniel P. Berrange wrote: On Sun, Aug 19, 2012 at 11:42:43PM +0800, Guannan Ren wrote: BZ RFE https://bugzilla.redhat.com/show_bug.cgi?id=795929 qemu support: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=6af165892cf900291046f1d25f95416f379504c2 Since qemu has have the

Re: [libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-20 Thread Daniel P. Berrange
On Sun, Aug 19, 2012 at 11:42:43PM +0800, Guannan Ren wrote: > > BZ RFE https://bugzilla.redhat.com/show_bug.cgi?id=795929 > qemu support: > http://git.qemu.org/?p=qemu.git;a=commitdiff;h=6af165892cf900291046f1d25f95416f379504c2 > > Since qemu has have the code to support USB redirection filter.

[libvirt] [PATCH 0/5] add usb redirection filter support

2012-08-19 Thread Guannan Ren
BZ RFE https://bugzilla.redhat.com/show_bug.cgi?id=795929 qemu support: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=6af165892cf900291046f1d25f95416f379504c2 Since qemu has have the code to support USB redirection filter. This set of patches try to support it from libvirt. The XML format is lik