On Fri, 20 Oct 2017 13:58:03 +0200 David Hildenbrand <da...@redhat.com> 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 <da...@redhat.com> > --- > 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 <coh...@redhat.com>