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:
9a3dbec
)
Only use -device sga on x86.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 16 Mar 2016 13:42:45 +0000
(13:42 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 16 Mar 2016 13:42:57 +0000
(13:42 +0000)
run-supernested.sh.in
patch
|
blob
|
history
diff --git
a/run-supernested.sh.in
b/run-supernested.sh.in
index
d021a50
..
ea227f0
100644
(file)
--- a/
run-supernested.sh.in
+++ b/
run-supernested.sh.in
@@
-148,7
+148,7
@@
fi
case "$arch" in
i[3456]86|x86_64)
- extra_args="$extra_args -no-hpet"
+ extra_args="$extra_args -no-hpet
-device sga
"
;;
*)
;;
@@
-181,5
+181,4
@@
exec \
-device scsi-hd,drive=hd0 \
-device virtio-serial-pci \
-serial stdio \
- -device sga \
-append "$append"