mirror of
https://abf.rosa.ru/djam/qemoo.git
synced 2025-02-24 01:22:56 +00:00
replace -cpu host with -cpu max to run on machines without kvm support
This commit is contained in:
parent
1c5d1664e3
commit
45fb528dee
1 changed files with 1 additions and 1 deletions
2
qemoo
2
qemoo
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue