Fix --tcg option (it broken KVM).
[supernested.git] / run-supernested.sh.in
index 3f7772c..7e63ceb 100644 (file)
@@ -68,6 +68,8 @@ while true ; do
            if [ -n "$accel" ]; then
                accel=tcg
                cpu=
+           else
+               accel=kvm
            fi
             shift
             ;;