[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v1] target/s390x: change CPU type name to "s390x
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v1] target/s390x: change CPU type name to "s390x-cpu" |
Date: |
Wed, 25 Oct 2017 11:52:45 +0200 |
On Fri, 20 Oct 2017 13:58:03 +0200
David Hildenbrand <address@hidden> wrote:
> For now, e.g. host-s390-cpu wasn't exposed to the user. cpu-add, -cpu
> and the CPU model qmp interfaces didn't care about the actual type,
> as that information was hidden.
>
> This changed with CPU hotplug via device_add. Now the type is visible to
> the user. Before we get that supported in a stable version, this is our
> last chance to change it.
>
> So change it form "s390-cpu" to "s390x-cpu", to match the architecture
> name. Example names are then e.g. z14-s390x-cpu or qemu-s390x-cpu.
>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
> qapi-schema.json | 4 ++--
> target/s390x/cpu-qom.h | 2 +-
> target/s390x/cpu_models.c | 4 ++--
> 3 files changed, 5 insertions(+), 5 deletions(-)
Acked-by: Cornelia Huck <address@hidden>