From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHWtG-00011N-Fz for qemu-devel@nongnu.org; Mon, 18 Mar 2013 06:02:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHWtF-0003gQ-9h for qemu-devel@nongnu.org; Mon, 18 Mar 2013 06:02:02 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:54978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHWtF-0003gF-4b for qemu-devel@nongnu.org; Mon, 18 Mar 2013 06:02:01 -0400 Received: by mail-wg0-f44.google.com with SMTP id dr12so4816648wgb.35 for ; Mon, 18 Mar 2013 03:02:00 -0700 (PDT) Date: Mon, 18 Mar 2013 11:01:50 +0100 From: Stefan Hajnoczi Message-ID: <20130318100150.GA11058@stefanha-thinkpad.redhat.com> References: <1362637930-8499-1-git-send-email-cardoe@cardoe.com> <1363580241-31141-1-git-send-email-cardoe@cardoe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363580241-31141-1-git-send-email-cardoe@cardoe.com> Subject: Re: [Qemu-devel] [PATCH v3 0/2] bridge helper: includedir conf arg List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Doug Goldstein Cc: qemu-devel@nongnu.org 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 simply generating a new configuration file to the directory. > > Change from v3: > - Integreated review changes from Blue Swirl > > Change from v2: > - Integrated review changes from Corey Bryant > - Integrated review changes from Stefan Hajnoczi > > Change from v1: > - Reversed patch order to make the series clearer > - Integrated review changes from Corey Bryant > - Integrated review changes from Stefan Hajnoczi > > Doug Goldstein (2): > bridge helper: unified error cleanup for parse_acl_file > bridge helper: support conf dirs > > qemu-bridge-helper.c | 75 +++++++++++++++++++++++++++++++++++++++++++--------- > 1 file changed, 63 insertions(+), 12 deletions(-) > > -- > 1.8.1.5 > > Reviewed-by: Stefan Hajnoczi