qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Thomas Huth <thuth@redhat.com>, qemu-devel@nongnu.org
Cc: qemu-s390x@nongnu.org
Subject: Re: [PULL 00/12] s390x and misc patches
Date: Fri, 3 Jun 2022 08:16:01 -0700	[thread overview]
Message-ID: <60c83066-f698-0bbf-ceef-62cefa3b1a5e@linaro.org> (raw)
In-Reply-To: <20220603065905.23805-1-thuth@redhat.com>

On 6/2/22 23:58, Thomas Huth wrote:
> The following changes since commit 1e62a82574fc28e64deca589a23cf55ada2e1a7d:
> 
>    Merge tag 'm68k-for-7.1-pull-request' of https://github.com/vivier/qemu-m68k into staging (2022-06-02 06:30:24 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/thuth/qemu.git tags/pull-request-2022-06-03
> 
> for you to fetch changes up to 707d93d4abc6485c638e2aecd93fbd904f2f6b3e:
> 
>    ui: Remove deprecated options "-sdl" and "-curses" (2022-06-03 08:03:28 +0200)
> 
> ----------------------------------------------------------------
> * s390x storage key improvements for KVM
> * Some cosmetics for s390x
> * Update MAINTAINERS entries
> * Improve some spots wrt memory handling in the qtests
> * Clean up the "-display sdl" parameter parsing

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/7.1 as appropriate.


r~


> 
> ----------------------------------------------------------------
> Alex Bennée (1):
>        tests/qtest: use g_autofree for test_server_create_chr
> 
> Dr. David Alan Gilbert (1):
>        s390: Typo fix FLOATING_POINT_SUPPPORT_ENH
> 
> Eric Farman (1):
>        MAINTAINERS: Update s390 vhost entries
> 
> Gautam Agrawal (1):
>        tests/tcg: Test overflow conditions
> 
> Hailiang Zhang (1):
>        MAINTAINERS: Change my email address
> 
> Janis Schoetterl-Glausch (1):
>        target/s390x: kvm: Honor storage keys during emulation
> 
> Miaoqian Lin (1):
>        qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_set
> 
> Thomas Huth (4):
>        hw/s390x/s390-virtio-ccw: Improve the machine description string
>        ui: Remove deprecated parameters of the "-display sdl" option
>        ui: Switch "-display sdl" to use the QAPI parser
>        ui: Remove deprecated options "-sdl" and "-curses"
> 
> Wenchao Wang (1):
>        MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs
> 
>   docs/about/deprecated.rst           |  26 --------
>   docs/about/removed-features.rst     |  27 ++++++++
>   qapi/ui.json                        |  26 +++++++-
>   include/sysemu/sysemu.h             |   2 -
>   target/s390x/cpu_features_def.h.inc |   2 +-
>   hw/s390x/s390-virtio-ccw.c          |   2 +-
>   softmmu/globals.c                   |   2 -
>   softmmu/vl.c                        | 128 +-----------------------------------
>   target/s390x/gen-features.c         |   6 +-
>   target/s390x/kvm/kvm.c              |   9 +++
>   target/s390x/tcg/translate.c        |   8 +--
>   tests/qtest/npcm7xx_pwm-test.c      |   3 +
>   tests/qtest/vhost-user-test.c       |   7 +-
>   tests/tcg/multiarch/overflow.c      |  58 ++++++++++++++++
>   ui/sdl2.c                           |  10 +++
>   MAINTAINERS                         |   6 +-
>   qemu-options.hx                     |  56 ++--------------
>   17 files changed, 151 insertions(+), 227 deletions(-)
>   create mode 100644 tests/tcg/multiarch/overflow.c
> 



      parent reply	other threads:[~2022-06-03 15:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  6:58 [PULL 00/12] s390x and misc patches Thomas Huth
2022-06-03  6:58 ` [PULL 01/12] s390: Typo fix FLOATING_POINT_SUPPPORT_ENH Thomas Huth
2022-06-03  6:58 ` [PULL 02/12] hw/s390x/s390-virtio-ccw: Improve the machine description string Thomas Huth
2022-06-03  6:58 ` [PULL 03/12] target/s390x: kvm: Honor storage keys during emulation Thomas Huth
2022-06-03  6:58 ` [PULL 04/12] MAINTAINERS: Update s390 vhost entries Thomas Huth
2022-06-03  6:58 ` [PULL 05/12] tests/tcg: Test overflow conditions Thomas Huth
2022-06-03  6:58 ` [PULL 06/12] MAINTAINERS: Change my email address Thomas Huth
2022-06-03  6:59 ` [PULL 07/12] MAINTAINERS: Update maintainers for Guest x86 HAXM CPUs Thomas Huth
2022-06-03  6:59 ` [PULL 08/12] qtest/npcm7xx_pwm-test: Fix memory leak in mft_qom_set Thomas Huth
2022-06-03  6:59 ` [PULL 09/12] tests/qtest: use g_autofree for test_server_create_chr Thomas Huth
2022-06-03  6:59 ` [PULL 10/12] ui: Remove deprecated parameters of the "-display sdl" option Thomas Huth
2022-06-03  6:59 ` [PULL 11/12] ui: Switch "-display sdl" to use the QAPI parser Thomas Huth
2022-06-03  6:59 ` [PULL 12/12] ui: Remove deprecated options "-sdl" and "-curses" Thomas Huth
2022-06-03 15:16 ` Richard Henderson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=60c83066-f698-0bbf-ceef-62cefa3b1a5e@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).