projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d616cf1
)
Fix qemu -net user,hostfwd= example
author
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 27 Feb 2010 09:50:32 +0000
(10:50 +0100)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sat, 27 Feb 2010 09:50:32 +0000
(10:50 +0100)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
qemu-options.hx
patch
|
blob
|
history
diff --git
a/qemu-options.hx
b/qemu-options.hx
index f53922f3fedfe6f34b03624c11ded330ee8a34a7..7daa246c1ff36fff0bf015d7bd216491787f7893 100644
(file)
--- 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