From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTLaZ-0004T7-5x for qemu-devel@nongnu.org; Tue, 21 Jul 2009 16:05:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTLaU-0004SL-Ho for qemu-devel@nongnu.org; Tue, 21 Jul 2009 16:05:26 -0400 Received: from [199.232.76.173] (port=38510 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTLaU-0004SI-7t for qemu-devel@nongnu.org; Tue, 21 Jul 2009 16:05:22 -0400 Received: from rv-out-0708.google.com ([209.85.198.240]:28051) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTLaT-0006Nb-Lv for qemu-devel@nongnu.org; Tue, 21 Jul 2009 16:05:21 -0400 Received: by rv-out-0708.google.com with SMTP id b17so783019rvf.22 for ; Tue, 21 Jul 2009 13:05:20 -0700 (PDT) Message-ID: <4A661F7C.5030105@codemonkey.ws> Date: Tue, 21 Jul 2009 15:05:16 -0500 From: Anthony Liguori 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> In-Reply-To: <4A65FD5B.6050509@siemens.com> 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: Jan Kiszka Cc: "Richard W.M. Jones" , qemu-devel@nongnu.org Jan Kiszka wrote: > >> However in the new syntax that would be: >> >> -net user,guestfwd=tcp:10.0.2.4:6666-unix:/some/path,server,nowait >> >> This gives errors like: >> >> qemu: invalid parameter 'server,nowait' in 'vlan=0,guestfwd=tcp:10.0.2.4:6666-unix:/tmp/libguestfshRZgxr/sock,server,nowait' >> > > Yep, that case does not fit into the syntax of comma-separated > arguments. We need to find a new syntax within the given constraints. > Need to think about it. > The syntax I proposed early for -drive could address this. -net user,name=foo,guestfwd=tcp:10.0.2.4:6666 -net.foo.guestfwd-arg unix:/some/path,server,nowait Regards, Anthony Liguori