mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Drop accel=kvm from -machine
The `-machine` option `accel-kvm` is equivalent to `-enable-kvm`.
This commit is contained in:
parent
3233738b86
commit
2a59ad8b15
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -267,7 +267,7 @@ function vm_boot() {
|
|||
-drive id=disk,file=${disk_img},format=qcow2,if=virtio,aio=native,cache.direct=on \
|
||||
${ISO_BOOT} ${ISO_DRIVER} \
|
||||
-enable-kvm \
|
||||
-machine q35,accel=kvm \
|
||||
-machine q35 \
|
||||
-cpu host,kvm=on \
|
||||
-smp ${CORES_VM} \
|
||||
-m ${RAM_VM} \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue