mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 00:49:30 +02:00
qemu-x86: update QEMU configuration
Remove QB_MACHINE and use generic q35 machine, type=pc-q35-2.10 is not supported. Signed-off-by: Charles Dias <charlesdias.cd@outlook.com> Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
This commit is contained in:
committed by
Lee Chee Yang
parent
8a9fe22a53
commit
ccb46eb650
@@ -9,8 +9,7 @@ ZEPHYR_INHERIT_CLASSES += "zephyr-qemuboot"
|
||||
|
||||
# For runqemu
|
||||
QB_SYSTEM_NAME = "qemu-system-i386"
|
||||
QB_MACHINE = "-machine type=pc-q35-2.10"
|
||||
QB_GRAPHICS = "-nographic -machine acpi=off"
|
||||
QB_MACHINE = "-machine type=q35,acpi=off"
|
||||
QB_CPU:x86 = "-cpu qemu32,+nx,+pae"
|
||||
QB_CPU_KVM:x86 = "-cpu kvm32"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user