From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTXtF-0002s0-Ft for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:13:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTXtA-0002pI-5n for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:13:32 -0400 Received: from [199.232.76.173] (port=39357 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTXt9-0002p6-Sp for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:13:28 -0400 Received: from mx2.redhat.com ([66.187.237.31]:50613) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTXt9-0005wp-Hg for qemu-devel@nongnu.org; Wed, 22 Jul 2009 05:13:27 -0400 Message-ID: <4A66D830.7000704@redhat.com> Date: Wed, 22 Jul 2009 11:13:20 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: guestfwd option doesn't allow supplementary , server, nowait References: <20090721143936.GA18061@amd.home.annexia.org> <4A65FD5B.6050509@siemens.com> <4A661F7C.5030105@codemonkey.ws> <4A664ACD.9070208@web.de> <4A66520C.2010102@codemonkey.ws> In-Reply-To: <4A66520C.2010102@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: Jan Kiszka , "Richard W.M. Jones" , qemu-devel@nongnu.org On 07/22/09 01:41, Anthony Liguori wrote: > completely swizzle the char device syntax. Something like: > > -char name=foo,type=unix,unix-path=/some/path,mode=server,wait=off > > Then allow a char: url to be used anywhere that takes traditional > char device urls. > > -net user,guestfwd=tcp:10.0.2.4:6666-char:foo Also: -serial char=foo Very useful IMHO. cheers, Gerd