solo5
solo5 copied to clipboard
Fix tests with QEMU 9.0
-no-acpi was removed in QEMU 9.0, see https://www.qemu.org/docs/master/about/removed-features.html#no-acpi-removed-in-9-0.
How backwards compatible is this? From the link it sounds like -machine acpi=off might be a new thing in QEMU 9.0.
I don't think it is that new, I'm at least seeing -machine acpi=off in QEMU 6.0 (https://gitlab.com/qemu-project/qemu/-/blob/stable-6.0/softmmu/vl.c#L3311-3313). -no-acpi is also deprecated in QEMU 8.0 (https://gitlab.com/qemu-project/qemu/-/blob/stable-8.0/docs/about/deprecated.rst?plain=1#L102-106).
Thanks!