From 5163f6e864760e038964f1e38ee065b241695f35 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Sat, 27 Feb 2010 10:50:32 +0100 Subject: [PATCH] Fix qemu -net user,hostfwd= example Signed-off-by: Aurelien Jarno (cherry picked from commit aa375206189b7de7c23ad9de66413fb7d4497940) --- qemu-options.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu-options.hx b/qemu-options.hx index c22b9999660..8de71d6bad7 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -968,7 +968,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 -- 2.39.5