[PULL 0/4] s390x and misc patches for 9.0-rc0

Thomas Huth posted 4 patches 1 month, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240318175655.756084-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>, Nina Schoetterl-Glausch <nsg@linux.ibm.com>, David Hildenbrand <david@redhat.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>, Artyom Tarasenko <atar4qemu@gmail.com>
docs/system/introduction.rst       |  2 ++
docs/system/s390x/cpu-topology.rst | 14 ++++++++------
target/s390x/cpu_models.c          | 22 +++++++++++++++-------
target/sparc/cpu.c                 |  5 +++--
.travis.yml                        |  8 ++++----
5 files changed, 32 insertions(+), 19 deletions(-)
[PULL 0/4] s390x and misc patches for 9.0-rc0
Posted by Thomas Huth 1 month, 1 week ago
 Hi Peter!

The following changes since commit ba49d760eb04630e7b15f423ebecf6c871b8f77b:

  Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu into staging (2024-03-13 15:12:14 +0000)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2024-03-18

for you to fetch changes up to aebe0a8552e8d419c8103e60e593f2778eab41c4:

  travis-ci: Rename SOFTMMU -> SYSTEM (2024-03-18 17:18:05 +0100)

----------------------------------------------------------------
* Clarify s390x CPU topology docs and CPU compatibility error messages
* Improve the Sparc CPU help text
* Rename SOFTMMU to SYSTEM in the travis.yml file

----------------------------------------------------------------
Claudio Fontana (2):
      docs/s390: clarify even more that cpu-topology is KVM-only
      target/s390x: improve cpu compatibility check error message

Philippe Mathieu-Daudé (1):
      travis-ci: Rename SOFTMMU -> SYSTEM

Thomas Huth (1):
      target/sparc/cpu: Improve the CPU help text

 docs/system/introduction.rst       |  2 ++
 docs/system/s390x/cpu-topology.rst | 14 ++++++++------
 target/s390x/cpu_models.c          | 22 +++++++++++++++-------
 target/sparc/cpu.c                 |  5 +++--
 .travis.yml                        |  8 ++++----
 5 files changed, 32 insertions(+), 19 deletions(-)


Re: [PULL 0/4] s390x and misc patches for 9.0-rc0
Posted by Peter Maydell 1 month, 1 week ago
On Mon, 18 Mar 2024 at 17:57, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit ba49d760eb04630e7b15f423ebecf6c871b8f77b:
>
>   Merge tag 'pull-maintainer-final-130324-1' of https://gitlab.com/stsquad/qemu into staging (2024-03-13 15:12:14 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2024-03-18
>
> for you to fetch changes up to aebe0a8552e8d419c8103e60e593f2778eab41c4:
>
>   travis-ci: Rename SOFTMMU -> SYSTEM (2024-03-18 17:18:05 +0100)
>
> ----------------------------------------------------------------
> * Clarify s390x CPU topology docs and CPU compatibility error messages
> * Improve the Sparc CPU help text
> * Rename SOFTMMU to SYSTEM in the travis.yml file
>

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/9.0
for any user-visible changes.

-- PMM