diff --git a/pmb/qemu/run.py b/pmb/qemu/run.py index 66f9967c..7004ccb0 100644 --- a/pmb/qemu/run.py +++ b/pmb/qemu/run.py @@ -177,6 +177,8 @@ def command_qemu(args, arch, device, img_path, spice_enabled): else: raise RuntimeError("Architecture {} not supported by this command yet.".format(arch)) + command += ["-smp", str(os.cpu_count())] + # Kernel Virtual Machine (KVM) support native = True if args.arch: