From f38eb8a3bfe19fcd60d34e6b326ce2f0332e1f2e Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sun, 21 Dec 2025 17:59:36 +0100 Subject: Testsuite: T8111: remove duplicate -vga and -cpu argument for QEMU --- scripts/check-qemu-install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index b2ebe750..00487347 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2019-2025, VyOS maintainers and contributors +# Copyright VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -184,11 +184,9 @@ def get_qemu_cmd(name, enable_uefi, disk_img, raid=None, iso_img=None, tpm=False -machine {machine},accel=kvm \ {uefi} \ -m {args.memory}G \ - -vga none \ -nographic \ {vga} {vnc}\ -uuid {uuid} \ - -cpu host \ {cdrom} \ -enable-kvm \ -monitor unix:/tmp/qemu-monitor-socket-{disk_img},server,nowait \ -- cgit v1.2.3