mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
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 <naveen.kumar.saini@intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user