qemu: Remove redundant enabling of KVM

This commit is contained in:
Tobias Waldekranz
2023-03-13 09:55:16 +01:00
parent 7ba2e0a0b1
commit 81f0276a31
+2 -2
View File
@@ -29,8 +29,8 @@ endchoice
config QEMU_MACHINE
string
default "qemu-system-aarch64 -M virt -cpu cortex-a72 -m 256M" if BR2_aarch64
default "qemu-system-x86_64 -M q35,accel=kvm -cpu host -enable-kvm -m 256M" if BR2_x86_64
default "qemu-system-aarch64 -M virt -cpu cortex-a72 -m 256M" if BR2_aarch64
default "qemu-system-x86_64 -M q35,accel=kvm -cpu host -m 512M" if BR2_x86_64
config QEMU_KERNEL
string