mbox

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

Message ID 20240318175655.756084-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Thomas Huth March 18, 2024, 5:56 p.m. UTC
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(-)

Comments

Peter Maydell March 19, 2024, 2:25 p.m. UTC | #1
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