File 0001-run-qemu-remove-smp-argument-to-qemu.patch of Package dracut

From 1d5302b89afe19e7c0983c17506ffcfcee23f79e Mon Sep 17 00:00:00 2001
From: Thomas Blume <Thomas.Blume@suse.com>
Date: Wed, 16 Oct 2024 15:28:12 +0200
Subject: [PATCH] run-qemu: remove -smp argument to qemu

---
 test/run-qemu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run-qemu b/test/run-qemu
index 5dc61037..3eb153cb 100755
--- a/test/run-qemu
+++ b/test/run-qemu
@@ -20,7 +20,7 @@ QEMU_CPU="${QEMU_CPU:-max}"
 }
 
 # Provide rng device sourcing the hosts /dev/urandom and other standard parameters
-ARGS+=(-M q35 -smp 2 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci)
+ARGS+=(-M q35 -m 512 -nodefaults -vga none -display none -no-reboot -device virtio-rng-pci)
 
 if ! [[ $* == *-daemonize* ]] && ! [[ $* == *-daemonize* ]]; then
     ARGS+=(-serial stdio)
-- 
2.47.0

openSUSE Build Service is sponsored by