Drop accel=kvm from -machine

The `-machine` option `accel-kvm` is equivalent to `-enable-kvm`.
This commit is contained in:
Martin Wimpress 2020-03-21 14:45:43 +00:00
parent 3233738b86
commit 2a59ad8b15
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3

View File

@ -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} \