From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45584) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUcMT-0005an-SO for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:11:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZUcMP-0005HF-R5 for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:11:37 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:41444) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZUcMP-0005FV-5k for qemu-devel@nongnu.org; Wed, 26 Aug 2015 11:11:33 -0400 Date: Wed, 26 Aug 2015 11:11:30 -0400 (EDT) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <1708801091.1580454.1440601890100.JavaMail.zimbra@redhat.com> In-Reply-To: <55DDB725.9020008@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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Eric Blake Cc: marcandre lureau , qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com Hi ----- Original Message ----- > On 08/26/2015 04:05 AM, marcandre.lureau@redhat.com wrote: > > From: Marc-Andr=C3=A9 Lureau > >=20 >=20 > s/optionnal/optional/ in the subject line >=20 > > Learn to configure the agent with a system configuration. > >=20 > > This may simplify command-line handling, especially when the blacklist > > is long. > >=20 > > Among the other benefits, this may standardize the configuration of a > > init service (instead of distro-specific init keys/files) >=20 > s/a init/an init/ >=20 thanks, fixed