aboutsummaryrefslogtreecommitdiffstats
path: root/launch-qemu.sh
diff options
context:
space:
mode:
authorBrijesh Singh <brijesh.singh@amd.com>2021-08-23 11:08:20 -0500
committerBrijesh Singh <brijesh.singh@amd.com>2021-08-23 11:08:20 -0500
commitf23f201ecb91420c2410b2397b3d844e9315982c (patch)
tree38f17f0814899a3d98b8346e7f7c85b582bb2784 /launch-qemu.sh
parentf12e63e0716e7b23a8284cfec3433a17fd1f562b (diff)
downloadcachepc-amdsev-f23f201ecb91420c2410b2397b3d844e9315982c.tar.gz
cachepc-amdsev-f23f201ecb91420c2410b2397b3d844e9315982c.zip
fix launch script to keep in sync with qemu update
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 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"