target/s390x: change CPU type name to "s390x-cpu"
commite555cbe78d59f09f7e7db7703d1e91b95f2743c0
authorDavid Hildenbrand <david@redhat.com>
Fri, 20 Oct 2017 11:58:03 +0000 (20 13:58 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 30 Oct 2017 07:56:28 +0000 (30 08:56 +0100)
tree913bbb77713188c89ee5d20ec4b214f862c8f49e
parenta93ece47fd9edbd4558db24300056c9a57d3bcd4
target/s390x: change CPU type name to "s390x-cpu"

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 from "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 <david@redhat.com>
Message-Id: <20171020115803.14093-1-david@redhat.com>
Acked-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
qapi-schema.json
target/s390x/cpu-qom.h
target/s390x/cpu_models.c