mingw32="no"
EXESUF=""
gdbstub="yes"
-slirp="no"
+slirp="yes"
# OS specific
targetos=`uname -s`
;;
--enable-mingw32) mingw32="yes" ; cross_prefix="i386-mingw32-"
;;
- --enable-slirp) slirp="yes"
+ --disable-slirp) slirp="no"
;;
esac
done
target_list="i386-softmmu ppc-softmmu"
EXESUF=".exe"
gdbstub="no"
+ slirp="no"
fi
if test -z "$cross_prefix" ; then
@subsection Using the user mode network stack
-This is @emph{experimental} (version 0.5.4). You must configure qemu
-with @code{--enable-slirp}. Then by using the option
-@option{-user-net} or if you have no tun/tap init script, QEMU uses a
-completely user mode network stack (you don't need root priviledge to
-use the virtual network). The virtual network configuration is the
-following:
+By using the option @option{-user-net} or if you have no tun/tap init
+script, QEMU uses a completely user mode network stack (you don't need
+root priviledge to use the virtual network). The virtual network
+configuration is the following:
@example
would require root priviledges. It means you can only ping the local
router (10.0.2.2).
+The user mode network is currently only supported on a Unix host.
+
@node direct_linux_boot
@section Direct Linux Boot