[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v3 46/50] qapi: make s390 commands depend on TAR
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [PATCH v3 46/50] qapi: make s390 commands depend on TARGET_S390X |
Date: |
Wed, 13 Sep 2017 09:45:26 +0200 |
On Mon, 11 Sep 2017 13:06:19 +0200
Marc-André Lureau <address@hidden> wrote:
> Signed-off-by: Marc-André Lureau <address@hidden>
> ---
> qapi-schema.json | 101 -------------------------------
> qapi/target.json | 104
> ++++++++++++++++++++++++++++++++
> include/sysemu/arch_init.h | 7 ---
> hw/s390x/s390-skeys.c | 2 +-
> monitor.c | 14 -----
> qmp.c | 14 -----
> stubs/arch-query-cpu-model-baseline.c | 12 ----
> stubs/arch-query-cpu-model-comparison.c | 12 ----
> target/s390x/cpu_models.c | 5 +-
> stubs/Makefile.objs | 2 -
> 10 files changed, 108 insertions(+), 165 deletions(-)
> delete mode 100644 stubs/arch-query-cpu-model-baseline.c
> delete mode 100644 stubs/arch-query-cpu-model-comparison.c
Together with the next patch (which makes clear that the cpu model
functions are not s390x-specific, but currently only implemented there):
Acked-by: Cornelia Huck <address@hidden>
- [Qemu-devel] [PATCH v3 39/50] qapi-commands: don't initialize command list in qmp_init_marshall(), (continued)
- [Qemu-devel] [PATCH v3 39/50] qapi-commands: don't initialize command list in qmp_init_marshall(), Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 41/50] qapi: add a 'unit' pragma, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 40/50] qapi: add -i/--include filename.h, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 42/50] qapi: add a -u/--unit option to specify which unit to visit, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 44/50] build-sys: add a target schema, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 43/50] build-sys: move qmp-introspect per target, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 45/50] qapi: make rtc-reset-reinjection depend on TARGET_I386, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 47/50] target.json: add a note about query-cpu* not being s390x-specific, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 46/50] qapi: make s390 commands depend on TARGET_S390X, Marc-André Lureau, 2017/09/11
- Re: [Qemu-devel] [PATCH v3 46/50] qapi: make s390 commands depend on TARGET_S390X,
Cornelia Huck <=
- [Qemu-devel] [PATCH v3 49/50] qapi: make query-cpu-model-expansion depend on s390 or x86, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 48/50] qapi: make query-gic-capabilities depend on TARGET_ARM, Marc-André Lureau, 2017/09/11
- [Qemu-devel] [PATCH v3 50/50] qapi: make query-cpu-definitions depend on specific targets, Marc-André Lureau, 2017/09/11
- Re: [Qemu-devel] [PATCH v3 00/50] Hi,, no-reply, 2017/09/11