solo5 icon indicating copy to clipboard operation
solo5 copied to clipboard

Fix tests with QEMU 9.0

Open wegank opened this issue 1 year ago • 2 comments

-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.

wegank avatar May 14 '24 09:05 wegank

How backwards compatible is this? From the link it sounds like -machine acpi=off might be a new thing in QEMU 9.0.

reynir avatar May 14 '24 11:05 reynir

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).

wegank avatar May 14 '24 11:05 wegank

Thanks!

dinosaure avatar Oct 10 '24 14:10 dinosaure