qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 12/17] qapi: Split machine-target.json off targe


From: Daniel P . Berrangé
Subject: Re: [Qemu-devel] [PATCH 12/17] qapi: Split machine-target.json off target.json and misc.json
Date: Thu, 20 Jun 2019 09:53:43 +0100
User-agent: Mutt/1.11.4 (2019-03-13)

On Wed, Jun 19, 2019 at 10:10:45PM +0200, Markus Armbruster wrote:
> Move commands query-cpu-definitions, query-cpu-model-baseline,
> query-cpu-model-comparison, and query-cpu-model-expansion with their
> types from target.json to machine-target.json.  Also move typee
> CpuModelInfo, CpuModelExpansionType, and CpuModelCompareResult from
> misc.json there.  Add machine-target.json to MAINTAINERS section
> "Machine core".
> 
> Cc: Eduardo Habkost <address@hidden>
> Cc: Marcel Apfelbaum <address@hidden>
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  MAINTAINERS                     |   1 +
>  qapi/Makefile.objs              |   2 +-
>  qapi/machine-target.json        | 318 ++++++++++++++++++++++++++++++++
>  qapi/misc.json                  |  74 --------
>  qapi/qapi-schema.json           |   1 +
>  qapi/target.json                | 242 ------------------------
>  target/arm/helper.c             |   2 +-
>  target/i386/cpu.c               |   2 +-
>  target/mips/helper.c            |   2 +-
>  target/ppc/translate_init.inc.c |   2 +-
>  target/s390x/cpu_models.c       |   2 +-
>  11 files changed, 326 insertions(+), 322 deletions(-)
>  create mode 100644 qapi/machine-target.json

With the typo fixed, 

Reviewed-by: Daniel P. Berrangé <address@hidden>


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



reply via email to

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