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