Commit 8f40c388ef0b1ce79c08d20b2a4b2a4a4f56a6f0
1 parent
aef445bd
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2160 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
11 additions
and
2 deletions
qemu-doc.texi
1 | 1 | \input texinfo @c -*- texinfo -*- |
2 | 2 | @c %**start of header |
3 | 3 | @setfilename qemu-doc.info |
4 | -@settitle QEMU CPU Emulator User Documentation | |
4 | +@settitle QEMU Emulator User Documentation | |
5 | 5 | @exampleindent 0 |
6 | 6 | @paragraphindent 0 |
7 | 7 | @c %**end of header |
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | @iftex |
10 | 10 | @titlepage |
11 | 11 | @sp 7 |
12 | -@center @titlefont{QEMU CPU Emulator} | |
12 | +@center @titlefont{QEMU Emulator} | |
13 | 13 | @sp 1 |
14 | 14 | @center @titlefont{User Documentation} |
15 | 15 | @sp 3 |
... | ... | @@ -1114,6 +1114,8 @@ This is the standard way to connect QEMU to a real network. QEMU adds |
1114 | 1114 | a virtual network device on your host (called @code{tapN}), and you |
1115 | 1115 | can then configure it as if it was a real ethernet card. |
1116 | 1116 | |
1117 | +@subsubsection Linux host | |
1118 | + | |
1117 | 1119 | As an example, you can download the @file{linux-test-xxx.tar.gz} |
1118 | 1120 | archive and copy the script @file{qemu-ifup} in @file{/etc} and |
1119 | 1121 | configure properly @code{sudo} so that the command @code{ifconfig} |
... | ... | @@ -1124,6 +1126,13 @@ device @file{/dev/net/tun} must be present. |
1124 | 1126 | See @ref{sec_invocation} to have examples of command lines using the |
1125 | 1127 | TAP network interfaces. |
1126 | 1128 | |
1129 | +@subsubsection Windows host | |
1130 | + | |
1131 | +There is a virtual ethernet driver for Windows 2000/XP systems, called | |
1132 | +TAP-Win32. But it is not included in standard QEMU for Windows, | |
1133 | +so you will need to get it separately. It is part of OpenVPN package, | |
1134 | +so download OpenVPN from : @url{http://openvpn.net/}. | |
1135 | + | |
1127 | 1136 | @subsection Using the user mode network stack |
1128 | 1137 | |
1129 | 1138 | By using the option @option{-net user} (default configuration if no | ... | ... |