qemu-s390x
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/2] cpu, qapi, target/arm, i386, s390x: Refactor query-cpu-m


From: Thomas Huth
Subject: Re: [PATCH 1/2] cpu, qapi, target/arm, i386, s390x: Refactor query-cpu-model-expansion
Date: Mon, 13 Mar 2023 08:39:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

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 <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 +------------------------------

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

[Prev in Thread] Current Thread [Next in Thread]