From 0c2e901afa88da44d6fb38608a6e8f66b75df3fd Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 26 Sep 2024 17:02:17 +0800 Subject: [PATCH] qemu-x86.conf: remove invalid option qemu-system-i386: -no-acpi: invalid option https://github.com/zephyrproject-rtos/zephyr/issues/72191 Signed-off-by: Naveen Saini --- meta-zephyr-bsp/conf/machine/qemu-x86.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-zephyr-bsp/conf/machine/qemu-x86.conf b/meta-zephyr-bsp/conf/machine/qemu-x86.conf index 3535a4c..9551523 100644 --- a/meta-zephyr-bsp/conf/machine/qemu-x86.conf +++ b/meta-zephyr-bsp/conf/machine/qemu-x86.conf @@ -10,7 +10,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 -no-acpi" +QB_GRAPHICS = "-nographic -machine acpi=off" QB_CPU:x86 = "-cpu qemu32,+nx,+pae" QB_CPU_KVM:x86 = "-cpu kvm32"