mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
qemu: Remove redundant enabling of KVM
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user