From patchwork Sat Feb 27 09:54:31 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix qemu -net user,hostfwd= example Date: Fri, 26 Feb 2010 23:54:31 -0000 From: Aurelien Jarno X-Patchwork-Id: 46441 Message-Id: <1267264471-13620-1-git-send-email-aurelien@aurel32.net> To: qemu-devel@nongnu.org Cc: Aurelien Jarno Signed-off-by: Aurelien Jarno --- qemu-options.hx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index f53922f..7daa246 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1029,7 +1029,7 @@ the guest, use the following: @example # on the host -qemu -net user,hostfwd=tcp:5555::23 [...] +qemu -net user,hostfwd=tcp::5555-:23 [...] telnet localhost 5555 @end example