diff mbox series

[meta-zephyr,master,1/2] qemu-x86: update QEMU configuration

Message ID 20260203143506.119483-2-charles.embedded@gmail.com
State New
Headers show
Series qemu-x86: switch to generic q35 and document nographic | expand

Commit Message

Charles Dias Feb. 3, 2026, 2:35 p.m. UTC
From: Charles Dias <charlesdias.cd@outlook.com>

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>
---
 meta-zephyr-bsp/conf/machine/qemu-x86.conf | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

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"