On Mon, 11 Sep 2017 13:06:23 +0200 Marc-André Lureau <marcandre.lur...@redhat.com> wrote:
> It depends on TARGET_PPC || TARGET_ARM || TARGET_I386 || TARGET_S390X. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > 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 <coh...@redhat.com>