From ccb46eb65041f76f0de9b77ef7a2aa5b7c9b2cd4 Mon Sep 17 00:00:00 2001 From: Charles Dias Date: Tue, 3 Feb 2026 11:35:05 -0300 Subject: [PATCH] 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 Signed-off-by: Lee Chee Yang --- meta-zephyr-bsp/conf/machine/qemu-x86.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86.conf b/meta-zephyr-bsp/conf/machine/qemu-x86.conf index 9551523..288504f 100644 --- a/meta-zephyr-bsp/conf/machine/qemu-x86.conf +++ b/meta-zephyr-bsp/conf/machine/qemu-x86.conf @@ -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"