From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUcXI-00069C-9W for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:22:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUcXE-0002qk-Ca for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:22:48 -0400 Received: from mail-oi0-x22f.google.com ([2607:f8b0:4003:c06::22f]:35150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUcXE-0002qQ-6q for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:22:44 -0400 Received: by oiew67 with SMTP id w67so123838021oie.2 for ; Wed, 26 Aug 2015 08:22:43 -0700 (PDT) Sender: fluxion Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1708801091.1580454.1440601890100.JavaMail.zimbra@redhat.com> References: <1440583525-21632-1-git-send-email-marcandre.lureau@redhat.com> <1440583525-21632-11-git-send-email-marcandre.lureau@redhat.com> <55DDB725.9020008@redhat.com> <1708801091.1580454.1440601890100.JavaMail.zimbra@redhat.com> Message-ID: <20150826151710.24880.37916@loki> Date: Wed, 26 Aug 2015 10:17:10 -0500 Subject: Re: [Qemu-devel] [PATCH v3 10/12] qga: add an optionnal qemu-ga.conf system configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= , Eric Blake Cc: marcandre lureau , qemu-devel@nongnu.org Quoting Marc-Andr=C3=A9 Lureau (2015-08-26 10:11:30) > = > Hi > = > ----- Original Message ----- > > On 08/26/2015 04:05 AM, marcandre.lureau@redhat.com wrote: > > > From: Marc-Andr=C3=A9 Lureau > > > = > > = > > s/optionnal/optional/ in the subject line > > = > > > Learn to configure the agent with a system configuration. > > > = > > > This may simplify command-line handling, especially when the blacklist > > > is long. > > > = > > > Among the other benefits, this may standardize the configuration of a > > > init service (instead of distro-specific init keys/files) > > = > > s/a init/an init/ I have it fixed up in my staging tree so no need for a v4 (assuming I don't= hit any other snags). > > = > = > thanks, fixed >=20