[PATCH v1 0/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG

David Hildenbrand posted 2 patches 2 years, 1 month ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220322112256.118417-1-david@redhat.com
Maintainers: David Hildenbrand <david@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Cornelia Huck <cohuck@redhat.com>, Thomas Huth <thuth@redhat.com>
target/s390x/cpu_models.c   | 26 +++++++-------------------
target/s390x/gen-features.c | 13 ++++++-------
2 files changed, 13 insertions(+), 26 deletions(-)
[PATCH v1 0/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
Posted by David Hildenbrand 2 years, 1 month ago
Let's simplify the "max" CPU model and just make it correspond to the
"qemu" CPU model of the latest QEMU machine from now on. This gets rid of
a warning we print when starting QEMU with "-cpu max".

Cc: Cornelia Huck <cohuck@redhat.com>
Cc: Thomas Huth <thuth@redhat.com>
Cc: Richard Henderson <richard.henderson@linaro.org>
Cc: Daniel P. Berrangé <berrange@redhat.com>

David Hildenbrand (2):
  s390x/cpu_models: drop "msa5" from the TCG "max" model
  s390x/cpu_models: make "max" match the unmodified "qemu" CPU model
    under TCG

 target/s390x/cpu_models.c   | 26 +++++++-------------------
 target/s390x/gen-features.c | 13 ++++++-------
 2 files changed, 13 insertions(+), 26 deletions(-)

-- 
2.35.1


Re: [PATCH v1 0/2] s390x/cpu_models: make "max" match the unmodified "qemu" CPU model under TCG
Posted by Richard Henderson 2 years, 1 month ago
On 3/22/22 04:22, David Hildenbrand wrote:
> Let's simplify the "max" CPU model and just make it correspond to the
> "qemu" CPU model of the latest QEMU machine from now on. This gets rid of
> a warning we print when starting QEMU with "-cpu max".
> 
> Cc: Cornelia Huck <cohuck@redhat.com>
> Cc: Thomas Huth <thuth@redhat.com>
> Cc: Richard Henderson <richard.henderson@linaro.org>
> Cc: Daniel P. Berrangé <berrange@redhat.com>
> 
> David Hildenbrand (2):
>    s390x/cpu_models: drop "msa5" from the TCG "max" model
>    s390x/cpu_models: make "max" match the unmodified "qemu" CPU model
>      under TCG
> 
>   target/s390x/cpu_models.c   | 26 +++++++-------------------
>   target/s390x/gen-features.c | 13 ++++++-------
>   2 files changed, 13 insertions(+), 26 deletions(-)
> 

Series:
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~