]> Git Repo - qemu.git/commit - target/s390x/cpu_models.c
target/s390x: change CPU type name to "s390x-cpu"
authorDavid Hildenbrand <[email protected]>
Fri, 20 Oct 2017 11:58:03 +0000 (13:58 +0200)
committerChristian Borntraeger <[email protected]>
Mon, 30 Oct 2017 07:56:28 +0000 (08:56 +0100)
commite555cbe78d59f09f7e7db7703d1e91b95f2743c0
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 <[email protected]>
Message-Id: <20171020115803[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Signed-off-by: Christian Borntraeger <[email protected]>
qapi-schema.json
target/s390x/cpu-qom.h
target/s390x/cpu_models.c
This page took 0.022619 seconds and 4 git commands to generate.