On 12/03/2023 22.06, Dinah Baum wrote:
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 <dinahbaum...@gmail.com>
---
  MAINTAINERS                      |   1 +
  cpu.c                            |  20 +++++
  include/exec/cpu-common.h        |   8 ++
  qapi/machine-target-common.json  | 129 +++++++++++++++++++++++++++++++
  qapi/machine-target.json         | 129 +------------------------------

Could you please elaborate in the patch description, why you apparently had to move lots of code from one file to another? Why is that necessary?

 Thomas


Reply via email to