diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2010-02-27 10:50:32 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2010-02-27 11:00:13 +0100 |
commit | 5163f6e864760e038964f1e38ee065b241695f35 (patch) | |
tree | e4f5592c4cef4ec35bf324e1da40b889426faadf | |
parent | Merge remote branch 'qemu-kvm/uq/stable-0.12' into stable-0.12 (diff) | |
download | qemu-kvm-5163f6e864760e038964f1e38ee065b241695f35.tar.gz qemu-kvm-5163f6e864760e038964f1e38ee065b241695f35.tar.bz2 qemu-kvm-5163f6e864760e038964f1e38ee065b241695f35.zip |
Fix qemu -net user,hostfwd= example
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
(cherry picked from commit aa375206189b7de7c23ad9de66413fb7d4497940)
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index c22b99996..8de71d6ba 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 |