aboutsummaryrefslogtreecommitdiffstats
path: root/launch-qemu.sh
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-01 16:57:53 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-01 16:57:53 -0600
commita3c82f656a1364b11d61bf493742a3f7cb91e500 (patch)
tree2a842b86799c6350c94f72dff4568855ba24f9e9 /launch-qemu.sh
parent66bf6a49837160c81a8a937e7615c0a49c6e8ab4 (diff)
downloadcachepc-amdsev-a3c82f656a1364b11d61bf493742a3f7cb91e500.tar.gz
cachepc-amdsev-a3c82f656a1364b11d61bf493742a3f7cb91e500.zip
Allow more vcpus for setup
Diffstat (limited to 'launch-qemu.sh')
-rwxr-xr-xlaunch-qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch-qemu.sh b/launch-qemu.sh
index 34311cd..757560f 100755
--- a/launch-qemu.sh
+++ b/launch-qemu.sh
@@ -244,7 +244,7 @@ add_opts "-s"
add_opts "-enable-kvm -cpu EPYC-v4 -machine q35"
# add number of VCPUs
-[ -n "${SMP}" ] && add_opts "-smp ${SMP},maxcpus=1"
+[ -n "${SMP}" ] && add_opts "-smp ${SMP},maxcpus=8"
# define guest memory
add_opts "-m ${MEM}M,slots=5,maxmem=30G"