aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/fedora
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-03-23 16:15:05 +0000
committerAlex Bennée <alex.bennee@linaro.org>2020-03-27 13:43:20 +0000
commit50a06452c75424ad5f0a8d57997d7e16011160b3 (patch)
treea45c060cdf73aadbcfa67c50947c6f1dcf7b1899 /tests/vm/fedora
parent698a64f94814eb5e6a4bad5afe00ab09f163bc44 (diff)
downloadqemu-50a06452c75424ad5f0a8d57997d7e16011160b3.zip
qemu-50a06452c75424ad5f0a8d57997d7e16011160b3.tar.gz
qemu-50a06452c75424ad5f0a8d57997d7e16011160b3.tar.bz2
tests/vm: move vga setup
Move '-device VGA' from basevm.py to the guests, so they have the chance to opt out and run without display device. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200310083218.26355-3-kraxel@redhat.com> Message-Id: <20200323161514.23952-3-alex.bennee@linaro.org>
Diffstat (limited to 'tests/vm/fedora')
-rwxr-xr-xtests/vm/fedora1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vm/fedora b/tests/vm/fedora
index 4843b41..bd9c6cf 100755
--- a/tests/vm/fedora
+++ b/tests/vm/fedora
@@ -82,6 +82,7 @@ class FedoraVM(basevm.BaseVM):
self.boot(img_tmp, extra_args = [
"-bios", "pc-bios/bios-256k.bin",
"-machine", "graphics=off",
+ "-device", "VGA",
"-cdrom", iso
])
self.console_init(300)