This patch enables 'query-cpu-model-expansion' on all
architectures. Only architectures that implement
the command will return results, others will return an
error message as before.
This patch lays the groundwork for parsing a
-cpu cpu,help option as specified in
https://gitlab.com/qemu-project/qemu/-/issues/1480
Signed-off-by: Dinah Baum <dinahbaum123@gmail.com>
---
MAINTAINERS | 1 +
cpu.c | 20 +++++
include/exec/cpu-common.h | 8 ++
qapi/machine-target-common.json | 129 +++++++++++++++++++++++++++++++
qapi/machine-target.json | 129 +------------------------------