diff options
| -rwxr-xr-x | common.sh | 2 | ||||
| -rwxr-xr-x | launch-qemu.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -99,7 +99,7 @@ build_install_qemu() MAKE="make -j $(getconf _NPROCESSORS_ONLN) LOCALVERSION=" pushd qemu >/dev/null - run_cmd ./configure --target-list=x86_64-softmmu --disable-werror --prefix=$DEST --enable-trace-backend=log --enable-debug --extra-cflags="-g3" --extra-ldflags="-g3" --disable-strip --disable-pie --disable-werror --disable-glusterfs + run_cmd ./configure --target-list=x86_64-softmmu --prefix=$DEST run_cmd $MAKE run_cmd $MAKE install popd >/dev/null 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" |
