git.annexia.org
/
supernested.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
232ddfa
)
Fix --tcg option (it broken KVM).
author
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Jul 2014 16:16:58 +0000
(17:16 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Thu, 3 Jul 2014 16:16:58 +0000
(17:16 +0100)
This fixes commit
232ddfa87117904250fae6cc92d2d8da39fb9fdb
.
run-supernested.sh.in
patch
|
blob
|
history
diff --git
a/run-supernested.sh.in
b/run-supernested.sh.in
index
3f7772c
..
7e63ceb
100644
(file)
--- 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
;;