From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41964 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM0rf-0007UZ-3t for qemu-devel@nongnu.org; Tue, 08 Jun 2010 11:37:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM0ra-0005P7-DZ for qemu-devel@nongnu.org; Tue, 08 Jun 2010 11:37:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28798) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM0ra-0005Ox-6a for qemu-devel@nongnu.org; Tue, 08 Jun 2010 11:37:14 -0400 Message-ID: <4C0E63A2.7020201@redhat.com> Date: Tue, 08 Jun 2010 17:37:06 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 01/22] QemuOpts: fix a bug in QemuOpts when setting an option twice References: <1275954730-8196-1-git-send-email-aliguori@us.ibm.com> <1275954730-8196-2-git-send-email-aliguori@us.ibm.com> <4C0DF69D.4040306@redhat.com> <4C0E1C3B.9020701@redhat.com> <4C0E4096.9020705@codemonkey.ws> <4C0E4952.3040209@redhat.com> <4C0E5F00.30700@codemonkey.ws> In-Reply-To: <4C0E5F00.30700@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , Glauber Costa , qemu-devel@nongnu.org > What'd expect is: > > [net "user"] > guestfwd = .. > > I think multiple entry options are probably not a good thing to have. We already have them though (-net switch so QemuOpts added them). cheers, Gerd