commit | ad63e6d69326a2db0ed5ab8c9277b5b504a919a8 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Mon Oct 30 10:31:50 2023 +0100 |
committer | Thomas Huth <thuth@redhat.com> | Tue Nov 07 19:27:08 2023 +0100 |
tree | 956f0ea93b694a0b058f1830ecca7e409665a440 | |
parent | 81f993828bce9a9afd72da17b7672cb8bd121e63 [diff] |
target/s390x/cpu_models: Use 'first_cpu' in s390_get_feat_block() We already have a global 'first_cpu' variable storing a pointer to the first CPU, no need to use a static one. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231030093150.65297-1-philmd@linaro.org> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>