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:
Charles Dias
2026-02-03 11:35:05 -03:00
committed by Lee Chee Yang
parent 8a9fe22a53
commit ccb46eb650

View File

@@ -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"