summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
diff options
context:
space:
mode:
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 \