From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxSvy-00049w-5d for qemu-devel@nongnu.org; Fri, 24 Apr 2009 17:27:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxSvx-00049e-RD for qemu-devel@nongnu.org; Fri, 24 Apr 2009 17:27:45 -0400 Received: from [199.232.76.173] (port=49807 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxSvx-00049b-K2 for qemu-devel@nongnu.org; Fri, 24 Apr 2009 17:27:45 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:42906 helo=grelber.thyrsus.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxSvx-00079t-63 for qemu-devel@nongnu.org; Fri, 24 Apr 2009 17:27:45 -0400 Received: from landley.net (localhost [127.0.0.1]) by grelber.thyrsus.com (Postfix) with ESMTP id 9FDC99F0673 for ; Fri, 24 Apr 2009 17:44:01 -0400 (EDT) From: Rob Landley Date: Fri, 24 Apr 2009 16:27:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200904241627.38384.rob@landley.net> Subject: [Qemu-devel] Is there a way to bind -redir to a specific host interface? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I want to -redir a port from 127.0.0.1 on the host into qemu without also binding to that port on the host's the external interface. Is there a way to specify this? I checked qemu --help but I can't figure out the syntax for specifying which host address to bind to, and wandering through the source code I can't see where this information is provided to slirp/socket.c:solisten() either... Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds