mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
SLiRP support in runqemu
runqemu script now takes argument "slirp" in order to run networking on the qemu machine, without root privileges. changed the runqemu-internal script in order not to activate the tap devices if the option is set. [YOCTO #1474] (From OE-Core rev: fa7fd7b1cbcfbd01af1949d2ea09b880a0ae0175) Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
600f4e38ad
commit
52c9f6650f
@@ -173,6 +173,9 @@ while true; do
|
||||
KVM_ENABLED="yes"
|
||||
KVM_CAPABLE=`grep -q 'vmx\|svm' /proc/cpuinfo && echo 1`
|
||||
;;
|
||||
"slirp")
|
||||
SLIRP_ENABLED="yes"
|
||||
;;
|
||||
"publicvnc")
|
||||
SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -vnc 0.0.0.0:0"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user