On Fri, Feb 24, 2023 at 10:05:43 +0100, Thomas Huth wrote:
Similar to "-no-hpet", the "-no-acpi" switch is a
legacy command
line option that should be replaced with the "acpi" machine parameter
nowadays.
Signed-off-by: Thomas Huth <thuth(a)redhat.com>
---
v2: Fixed stypid copy-n-paste bug (Thanks to Sunil for spotting it!)
docs/about/deprecated.rst | 6 ++++++
softmmu/vl.c | 1 +
2 files changed, 7 insertions(+)
For now libvirt is still using '-no-acpi' but it will be an easy fix.
I'll send patches on monday. On behalf of libvirt:
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>