From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNZkz-0006o0-Cf for qemu-devel@nongnu.org; Thu, 15 Jan 2009 16:28:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNZkw-0006lZ-5S for qemu-devel@nongnu.org; Thu, 15 Jan 2009 16:28:03 -0500 Received: from [199.232.76.173] (port=49404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNZkv-0006lD-7d for qemu-devel@nongnu.org; Thu, 15 Jan 2009 16:28:01 -0500 Received: from qw-out-1920.google.com ([74.125.92.146]:5005) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNZku-0007E5-Vl for qemu-devel@nongnu.org; Thu, 15 Jan 2009 16:28:01 -0500 Received: by qw-out-1920.google.com with SMTP id 5so290544qwc.4 for ; Thu, 15 Jan 2009 13:28:00 -0800 (PST) Message-ID: <496FAA55.3050604@codemonkey.ws> Date: Thu, 15 Jan 2009 15:27:49 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] specify vmchannel as part of "user" net option References: <20090111151008.GL3267@redhat.com> <496F9B65.2030102@codemonkey.ws> <20090115205459.GA27165@redhat.com> In-Reply-To: <20090115205459.GA27165@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Gleb Natapov wrote: > On Thu, Jan 15, 2009 at 02:24:05PM -0600, Anthony Liguori wrote: > >> Gleb Natapov wrote: >> >>> To configure vmchannel and something like this to -net user: >>> channels=;777:unix:/tmp/777,server >>> >>> >> I'd really like to avoid using ';' as a deliminator. Is the a more >> clever way we can do this without it totally sucking? >> >> > I can't say I like it, but we can't use ',' and ':' as parsing will be > ambiguous. So what's left? > Brilliantly innovative alternative syntaxes? If we can't think of anything better, I guess we're stuck with the semicolons, but they have to be escaped on the command line so it's extremely annoying. Regards, Anthony Liguori > -- > Gleb. > > >