qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 08/17] qapi: Split machine.json off misc.json


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

On Wed, Jun 19, 2019 at 10:10:41PM +0200, Markus Armbruster wrote:
> Move commands cpu-add, query-cpus, query-cpus-fast,
> query-current-machine, query-hotpluggable-cpus, query-machines,
> query-memdev, and set-numa-node with their types from misc.json to new
> machine.json.  Also move types X86CPURegister32 and
> X86CPUFeatureWordInfo.  Add machine.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 +
>  cpus.c                   |   1 +
>  include/hw/boards.h      |   1 +
>  include/sysemu/hostmem.h |   2 +-
>  monitor/hmp-cmds.c       |   1 +
>  monitor/qmp-cmds.c       |   1 +
>  numa.c                   |   4 +-
>  qapi/Makefile.objs       |   2 +-
>  qapi/machine.json        | 697 +++++++++++++++++++++++++++++++++++++++
>  qapi/misc.json           | 687 --------------------------------------
>  qapi/qapi-schema.json    |   1 +
>  target/i386/cpu.c        |   2 +-
>  target/s390x/cpu.c       |   2 +-
>  target/s390x/sigp.c      |   2 +-
>  vl.c                     |   2 +-
>  15 files changed, 711 insertions(+), 695 deletions(-)
>  create mode 100644 qapi/machine.json

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]