Re: [PATCH 07/12] hw/acpi: Move QMP command to hw/core/

2023-02-07 Thread Juan Quintela
Markus Armbruster wrote: > The QERR_ macros are leftovers from the days of "rich" error objects. > We've been trying to reduce their remaining use. > > qmp_query_vm_generation_id() in stubs/vmgenid.c is the last user of > QERR_UNSUPPORTED outside qga/. Unlike the stubs we just dropped, it > is ac

[PATCH 07/12] hw/acpi: Move QMP command to hw/core/

2023-02-06 Thread Markus Armbruster
The QERR_ macros are leftovers from the days of "rich" error objects. We've been trying to reduce their remaining use. qmp_query_vm_generation_id() in stubs/vmgenid.c is the last user of QERR_UNSUPPORTED outside qga/. Unlike the stubs we just dropped, it is actually reachable, namely when CONFIG_