kvm support removed, only native virtualization

This commit is contained in:
Paul Rock 2020-04-15 23:58:04 +03:00
parent 9272d17e9b
commit 311b642c77
3 changed files with 3 additions and 5 deletions

View file

@ -50,7 +50,7 @@ udhcpd -I $DUMMY_DHCPD_IP -f $DHCPD_CONF_FILE &
# -nic: Use a TAP interface with our custom up/down scripts.
# -drive: The VM image we're booting.
exec qemu-system-x86_64 \
-enable-kvm -nographic -serial mon:stdio \
-nographic -serial mon:stdio \
-vnc 0.0.0.0:0 \
-m 256 \
-nic tap,id=qemu0,script=$QEMU_IFUP,downscript=$QEMU_IFDOWN \