Re: [Qemu-devel] [PATCH v3 0/2] bridge helper: includedir conf arg

2013-03-18 Thread Stefan Hajnoczi
On Sun, Mar 17, 2013 at 11:17:19PM -0500, Doug Goldstein wrote: > The goal is to support an 'includedir' to include all files within a > directory specified in the bridge.conf file. The rationale is to allow > libvirt to be able to configure interfaces to for use by unprivileged > users by just sim

[Qemu-devel] [PATCH v3 0/2] bridge helper: includedir conf arg

2013-03-17 Thread Doug Goldstein
The goal is to support an 'includedir' to include all files within a directory specified in the bridge.conf file. The rationale is to allow libvirt to be able to configure interfaces to for use by unprivileged users by just simply generating a new configuration file to the directory. Change from v