qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 50/50] qapi: make query-cpu-definitions depen


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH v3 50/50] qapi: make query-cpu-definitions depend on specific targets
Date: Wed, 13 Sep 2017 09:48:59 +0200

On Mon, 11 Sep 2017 13:06:23 +0200
Marc-André Lureau <address@hidden> wrote:

> It depends on TARGET_PPC || TARGET_ARM || TARGET_I386 || TARGET_S390X.
> 
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
>  qapi-schema.json            | 11 -----------
>  qapi/target.json            | 12 ++++++++++++
>  include/sysemu/arch_init.h  |  1 -
>  monitor.c                   | 22 ----------------------
>  qmp.c                       |  5 -----
>  stubs/arch-query-cpu-def.c  | 10 ----------
>  target/arm/helper.c         |  3 ++-
>  target/i386/cpu.c           |  2 +-
>  target/ppc/translate_init.c |  3 ++-
>  target/s390x/cpu_models.c   |  2 +-
>  stubs/Makefile.objs         |  1 -
>  11 files changed, 18 insertions(+), 54 deletions(-)
>  delete mode 100644 stubs/arch-query-cpu-def.c

Acked-by: Cornelia Huck <address@hidden>



reply via email to

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