Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-07 Thread Corey Bryant
On 10/07/2011 10:45 AM, Daniel P. Berrange wrote: On Fri, Oct 07, 2011 at 10:40:56AM -0400, Corey Bryant wrote: On 10/07/2011 05:04 AM, Daniel P. Berrange wrote: On Thu, Oct 06, 2011 at 02:38:56PM -0400, Corey Bryant wrote: On 10/06/2011 02:04 PM, Anthony Liguori wrote: On 10/06/2011 11

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-07 Thread Corey Bryant
On 10/07/2011 10:45 AM, Daniel P. Berrange wrote: On Fri, Oct 07, 2011 at 10:40:56AM -0400, Corey Bryant wrote: On 10/07/2011 05:04 AM, Daniel P. Berrange wrote: On Thu, Oct 06, 2011 at 02:38:56PM -0400, Corey Bryant wrote: On 10/06/2011 02:04 PM, Anthony Liguori wrote: On 10/06/2011 11

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-07 Thread Corey Bryant
On 10/07/2011 05:04 AM, Daniel P. Berrange wrote: On Thu, Oct 06, 2011 at 02:38:56PM -0400, Corey Bryant wrote: On 10/06/2011 02:04 PM, Anthony Liguori wrote: On 10/06/2011 11:41 AM, Daniel P. Berrange wrote: On Thu, Oct 06, 2011 at 11:38:25AM -0400, Richa Marwaha wrote: This patch adds a

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-07 Thread Daniel P. Berrange
On Fri, Oct 07, 2011 at 10:40:56AM -0400, Corey Bryant wrote: > > > On 10/07/2011 05:04 AM, Daniel P. Berrange wrote: > >On Thu, Oct 06, 2011 at 02:38:56PM -0400, Corey Bryant wrote: > >> > >> > >>On 10/06/2011 02:04 PM, Anthony Liguori wrote: > >>>On 10/06/2011 11:41 AM, Daniel P. Berrange wrote

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-07 Thread Daniel P. Berrange
On Thu, Oct 06, 2011 at 02:38:56PM -0400, Corey Bryant wrote: > > > On 10/06/2011 02:04 PM, Anthony Liguori wrote: > >On 10/06/2011 11:41 AM, Daniel P. Berrange wrote: > >>On Thu, Oct 06, 2011 at 11:38:25AM -0400, Richa Marwaha wrote: > >>>This patch adds a helper that can be used to create a tap

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-06 Thread Corey Bryant
On 10/06/2011 02:04 PM, Anthony Liguori wrote: On 10/06/2011 11:41 AM, Daniel P. Berrange wrote: On Thu, Oct 06, 2011 at 11:38:25AM -0400, Richa Marwaha wrote: This patch adds a helper that can be used to create a tap device attached to a bridge device. Since this helper is minimal in what it

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-06 Thread Corey Bryant
On 10/06/2011 01:44 PM, Anthony Liguori wrote: On 10/06/2011 10:38 AM, Richa Marwaha wrote: This patch adds a helper that can be used to create a tap device attached to a bridge device. Since this helper is minimal in what it does, it can be given CAP_NET_ADMIN which allows qemu to avoid runni

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-06 Thread Anthony Liguori
On 10/06/2011 11:41 AM, Daniel P. Berrange wrote: On Thu, Oct 06, 2011 at 11:38:25AM -0400, Richa Marwaha wrote: This patch adds a helper that can be used to create a tap device attached to a bridge device. Since this helper is minimal in what it does, it can be given CAP_NET_ADMIN which allows

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-06 Thread Anthony Liguori
On 10/06/2011 10:38 AM, Richa Marwaha wrote: This patch adds a helper that can be used to create a tap device attached to a bridge device. Since this helper is minimal in what it does, it can be given CAP_NET_ADMIN which allows qemu to avoid running as root while still satisfying the majority of

Re: [Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-06 Thread Daniel P. Berrange
On Thu, Oct 06, 2011 at 11:38:25AM -0400, Richa Marwaha wrote: > This patch adds a helper that can be used to create a tap device attached to > a bridge device. Since this helper is minimal in what it does, it can be > given CAP_NET_ADMIN which allows qemu to avoid running as root while still > sa

[Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2011-10-06 Thread Richa Marwaha
This patch adds a helper that can be used to create a tap device attached to a bridge device. Since this helper is minimal in what it does, it can be given CAP_NET_ADMIN which allows qemu to avoid running as root while still satisfying the majority of what users tend to want to do with tap devices

[Qemu-devel] [PATCH 1/4] Add basic version of bridge helper

2009-11-03 Thread Anthony Liguori
This patch adds a helper that can be used to create a tap device attached to a bridge device. Since this helper is minimal in what it does, it can be given CAP_NET_ADMIN which allows qemu to avoid running as root while still satisfying the majority of what users tend to want to do with tap devices