OSDN Git Service

s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
authorDavid Hildenbrand <david@redhat.com>
Thu, 28 Apr 2022 09:46:58 +0000 (11:46 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 May 2022 06:47:19 +0000 (08:47 +0200)
commitd98ed7d96e2951b5e5c92b0f1de9aa2e58889019
tree7f6c206a7036a88d8eff71c5520292ae01e39e08
parent4756b106b372e525365c62b41df38052571c0a71
s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG

Before we were able to bump up the qemu CPU model to a z13, we included
some experimental features during development in the "max" model only.
Nowadays, the "max" model corresponds exactly to the "qemu" CPU model
of the latest QEMU machine under TCG.

Let's remove all the special casing, effectively making both models
match completely from now on, and clean up.

Signed-off-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220428094708.84835-4-david@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/cpu_models.c
target/s390x/gen-features.c