From 4504fb4c2ed47a6c8e302da284636ae768af7e25 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 16 Mar 2016 13:42:45 +0000 Subject: [PATCH] Only use -device sga on x86. --- run-supernested.sh.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/run-supernested.sh.in b/run-supernested.sh.in index d021a50..ea227f0 100644 --- 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" -- 1.8.3.1