diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-12-21 17:59:36 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-12-21 17:59:36 +0100 |
| commit | f38eb8a3bfe19fcd60d34e6b326ce2f0332e1f2e (patch) | |
| tree | 66f0a1d3b6e6a9bd68230e726ca568a2b92ca8d6 | |
| parent | 70369b494daad83409f32d8d99baf62e731d222a (diff) | |
| download | vyos-build-f38eb8a3bfe19fcd60d34e6b326ce2f0332e1f2e.tar.gz vyos-build-f38eb8a3bfe19fcd60d34e6b326ce2f0332e1f2e.zip | |
Testsuite: T8111: remove duplicate -vga and -cpu argument for QEMU
| -rwxr-xr-x | scripts/check-qemu-install | 4 |
1 files changed, 1 insertions, 3 deletions
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 <maintainers@vyos.io> # # 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 \ |
