Re: [PATCH v2] qapi: Add 'acpi' field to 'query-machines' output

2023-03-01 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v2] qapi: Add 'acpi' field to 'query-machines' output

2023-03-01 Thread Peter Krempa
On Tue, Feb 28, 2023 at 09:12:34 +0100, Peter Krempa wrote: > Report which machine types support ACPI so that management applications > can properly use the 'acpi' property even on platforms such as ARM where > support for ACPI depends on the machine type and thus checking presence > of '-machine

[PATCH v2] qapi: Add 'acpi' field to 'query-machines' output

2023-02-28 Thread Peter Krempa
Report which machine types support ACPI so that management applications can properly use the 'acpi' property even on platforms such as ARM where support for ACPI depends on the machine type and thus checking presence of '-machine acpi=' in 'query-command-line-options' is insufficient.