replace -cpu host with -cpu max to run on machines without kvm support

This commit is contained in:
Ilfat G 2022-11-05 18:10:50 +03:00
parent 1c5d1664e3
commit 45fb528dee
No known key found for this signature in database
GPG key ID: D5E884CA11E29755

2
qemoo
View file

@ -174,7 +174,7 @@ MAC="0a:$({ LC_MESSAGES=en fdisk -l $IMG 2>/dev/null |grep ident || stat -c%W $I
DRIVEPARS="file=$IMG,format=$IMGFORMAT,cache=none"
COMMON="$QEMU $EFI \
-cpu host \
-cpu max \
-machine q35,accel=kvm:tcg \
-name $(basename $IMG) \
-nic mac=$MAC \