From: Richard W.M. Jones Date: Thu, 3 Jul 2014 16:16:58 +0000 (+0100) Subject: Fix --tcg option (it broken KVM). X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=63bd4e97d467b5b102735c62621e16112dbc50de;hp=232ddfa87117904250fae6cc92d2d8da39fb9fdb;p=supernested.git Fix --tcg option (it broken KVM). This fixes commit 232ddfa87117904250fae6cc92d2d8da39fb9fdb. --- diff --git a/run-supernested.sh.in b/run-supernested.sh.in index 3f7772c..7e63ceb 100644 --- a/run-supernested.sh.in +++ b/run-supernested.sh.in @@ -68,6 +68,8 @@ while true ; do if [ -n "$accel" ]; then accel=tcg cpu= + else + accel=kvm fi shift ;;