Re: [Qemu-devel] [PATCHv2 2/2] bridge helper: support conf dirs

2013-03-05 Thread Stefan Hajnoczi
On Sat, Mar 02, 2013 at 12:58:48AM -0600, Doug Goldstein wrote: > @@ -152,6 +199,14 @@ static int parse_acl_file(const char *filename, ACLList > *acl_list) > failure: > fclose(f); > > +if (include_list) { > +for (i = 0; i < include_count; i++) { > +if (include_list[

Re: [Qemu-devel] [PATCHv2 2/2] bridge helper: support conf dirs

2013-03-04 Thread Corey Bryant
On 03/02/2013 01:58 AM, Doug Goldstein wrote: Allow the bridge helper to take a config directory rather than having to specify every file in the directory manually via an include statement. Signed-off-by: Doug Goldstein CC: Anthony Liguori CC: Richa Marwaha CC: Corey Bryant TO: qemu-devel@

[Qemu-devel] [PATCHv2 2/2] bridge helper: support conf dirs

2013-03-01 Thread Doug Goldstein
Allow the bridge helper to take a config directory rather than having to specify every file in the directory manually via an include statement. Signed-off-by: Doug Goldstein CC: Anthony Liguori CC: Richa Marwaha CC: Corey Bryant TO: qemu-devel@nongnu.org --- qemu-bridge-helper.c | 55