mirror of
https://github.com/qemu/qemu.git
synced 2024-11-24 03:13:44 +08:00
configure: Document --disable-slirp option in --help
The --disable-slirp option was undocumented; add it to configure's --help output. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
89e402688e
commit
6093d3d4ec
1
configure
vendored
1
configure
vendored
@ -966,6 +966,7 @@ echo " --disable-check-utests disable check unit-tests"
|
||||
echo " --enable-check-utests enable check unit-tests"
|
||||
echo " --disable-bluez disable bluez stack connectivity"
|
||||
echo " --enable-bluez enable bluez stack connectivity"
|
||||
echo " --disable-slirp disable SLIRP userspace network connectivity"
|
||||
echo " --disable-kvm disable KVM acceleration support"
|
||||
echo " --enable-kvm enable KVM acceleration support"
|
||||
echo " --disable-nptl disable usermode NPTL support"
|
||||
|
Loading…
Reference in New Issue
Block a user