From f23f201ecb91420c2410b2397b3d844e9315982c Mon Sep 17 00:00:00 2001 From: Brijesh Singh Date: Mon, 23 Aug 2021 11:08:20 -0500 Subject: fix launch script to keep in sync with qemu update --- launch-qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'launch-qemu.sh') diff --git a/launch-qemu.sh b/launch-qemu.sh index e8a4722..eb25f71 100755 --- a/launch-qemu.sh +++ b/launch-qemu.sh @@ -173,7 +173,7 @@ rm -rf $QEMU_CMDLINE add_opts "$QEMU_EXE" # Basic virtual machine property -add_opts "-enable-kvm -cpu EPYC -machine q35" +add_opts "-enable-kvm -cpu EPYC-v4 -machine q35" # add number of VCPUs [ -n "${SMP}" ] && add_opts "-smp ${SMP},maxcpus=64" -- cgit v1.2.3-71-gd317