summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
diff options
context:
space:
mode:
authorApachez <apachez@gmail.com>2023-09-09 12:24:55 +0200
committerApachez <apachez@gmail.com>2023-09-09 12:24:55 +0200
commitfa1462aa6dfb3ca51fcc86bdbfb259cc3fe65981 (patch)
tree764a733a2990bc833109357da639787a1cc5a694 /scripts/check-qemu-install
parenta863fe0b03cd2eb062eb97c5e47992b4e8e999c6 (diff)
downloadvyos-build-fa1462aa6dfb3ca51fcc86bdbfb259cc3fe65981.tar.gz
vyos-build-fa1462aa6dfb3ca51fcc86bdbfb259cc3fe65981.zip
T5562: Fix -smp syntax for qemu-system-x86_64
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-xscripts/check-qemu-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 5cfb831e..fabe8fbb 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -143,7 +143,7 @@ def get_qemu_cmd(name, enable_kvm, enable_uefi, disk_img, raid=None, iso_img=Non
macbase = '52:54:00:00:00'
cmd = f'qemu-system-x86_64 \
-name "{name}" \
- -smp {cpucount} sockets=1,cores={cpucount},threads=1 \
+ -smp {cpucount},sockets=1,cores={cpucount},threads=1 \
-cpu host \
{uefi} \
-m 3G \