From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C067S-0000Y5-CK for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:19:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C067Q-0000Xb-O8 for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:19:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C067Q-0000XR-Lm for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:19:48 -0400 Received: from [129.104.30.34] (helo=a.mx.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C062Q-0004l6-DY for qemu-devel@nongnu.org; Wed, 25 Aug 2004 18:14:38 -0400 Received: from localhost (localhost [127.0.0.1]) by djali.m4x.org (Postfix) with ESMTP id CE28733290 for ; Thu, 26 Aug 2004 00:14:36 +0200 (CEST) Received: from djali.m4x.org ([127.0.0.1]) by localhost (djali [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 15128-04 for ; Thu, 26 Aug 2004 00:14:36 +0200 (CEST) Received: from bellard.org (nas-cbv-3-213-228-58-253.dial.proxad.net [213.228.58.253]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 0588D3318B for ; Thu, 26 Aug 2004 00:14:36 +0200 (CEST) Message-ID: <412D0F64.6070506@bellard.org> Date: Thu, 26 Aug 2004 00:15:00 +0200 From: Fabrice Bellard MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Port redirection in user mode networking 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 Hi, I just added port redirection support in user mode networking (-redir option). It is useful to make connections from the host to the guest. See the documentation for more information. Fabrice.