zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.74k stars 6k forks source link

qemu -no-acpi command removed in 9.0 #72191

Closed lukasarb closed 1 week ago

lukasarb commented 2 weeks ago

running west command:

error occurs stating -no-acpi is not a command. It was removed in qemu 9.0, see https://www.qemu.org/docs/master/about/removed-features.html Stated in file: zephyr/boards/qemu/x86/board.cmake

Removing -no-acpi works, tried like this: /usr/local/bin/qemu-system-i386 -m 32 -cpu qemu32,+nx,+pae -machine q35 -device isa-debug-exit,iobase=0xf4,iosize=0x04 -no-reboot -nographic -net none -pidfile qemu.pid -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -icount shift=5,align=off,sleep=off -rtc clock=vm -kernel /$HOME/zephyrproject/zephyr/build/zephyr/zephyr.elf

github-actions[bot] commented 2 weeks ago

Hi @lukasarb! We appreciate you submitting your first issue for our open-source project. 🌟

Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙