qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PULL 00/40] maintainer updates for testing, plugins and gdbstub
Date: Fri, 5 Jul 2024 11:08:29 -0700	[thread overview]
Message-ID: <625fbd21-31be-4d88-9249-ddcf0fb91c7c@linaro.org> (raw)
In-Reply-To: <20240705153052.1219696-1-alex.bennee@linaro.org>

On 7/5/24 08:30, Alex Bennée wrote:
> The following changes since commit 5915139aba1646220630596de30c673528e047c9:
> 
>    Merge tag 'for-upstream' ofhttps://gitlab.com/bonzini/qemu  into staging (2024-07-04 09:16:07 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/stsquad/qemu.git  tags/pull-maintainer-july24-050724-1
> 
> for you to fetch changes up to 340ca46b681b1e9cac1643a7fd964947aeb68a56:
> 
>    tests/tcg/aarch64: Add MTE gdbstub tests (2024-07-05 12:35:36 +0100)
> 
> ----------------------------------------------------------------
> Updates for testing, plugins, gdbstub
> 
>    - restore some 32 bit host builds and testing
>    - move some physmem tracepoint definitions
>    - use --userns keep-id for podman builds
>    - cleanup check-tcg compiler flag checking for Arm
>    - fix some casting in fcvt test
>    - tweak check-tcg inline asm for clang
>    - suppress some invalid clang warnings
>    - disable KVM for the TCI builds
>    - improve the insn tracking plugin
>    - cleanups to the lockstep plugin
>    - free plugin data on cpu finalise
>    - assert cpu->index assigned
>    - move qemu_plugin_vcpu_init__async into plugin code
>    - add support for dynamic gdb command tables
>    - allow targets to extend gdb capabilities
>    - enable user-mode MTE support

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


r~



      parent reply	other threads:[~2024-07-05 18:09 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-05 15:30 [PULL 00/40] maintainer updates for testing, plugins and gdbstub Alex Bennée
2024-07-05 15:30 ` [PULL 01/40] tests/lcitool: fix debian-i686-cross toolchain prefix Alex Bennée
2024-07-05 15:30 ` [PULL 02/40] testing: restore some testing for i686 Alex Bennée
2024-07-05 15:30 ` [PULL 03/40] tracepoints: move physmem trace points Alex Bennée
2024-07-05 15:30 ` [PULL 04/40] hw/core: ensure kernel_end never gets used undefined Alex Bennée
2024-07-05 15:30 ` [PULL 05/40] tests/docker: Specify --userns keep-id for Podman Alex Bennée
2024-07-05 15:30 ` [PULL 06/40] tests/tcg/minilib: Constify digits in print_num Alex Bennée
2024-07-05 15:30 ` [PULL 07/40] tests/tcg: Adjust variable defintion from cc-option Alex Bennée
2024-07-05 15:30 ` [PULL 08/40] tests/tcg/aarch64: Drop -fno-tree-loop-distribute-patterns Alex Bennée
2024-07-05 15:30 ` [PULL 09/40] tests/tcg/aarch64: Explicitly specify register width Alex Bennée
2024-07-05 15:30 ` [PULL 10/40] tests/tcg/aarch64: Fix irg operand type Alex Bennée
2024-07-05 15:30 ` [PULL 11/40] tests/tcg/aarch64: Do not use x constraint Alex Bennée
2024-07-05 15:30 ` [PULL 12/40] tests/tcg/aarch64: Add -fno-integrated-as for sme Alex Bennée
2024-07-05 15:30 ` [PULL 13/40] tests/tcg/arm: Fix fcvt result messages Alex Bennée
2024-07-05 15:30 ` [PULL 14/40] tests/tcg/arm: Drop -N from LDFLAGS Alex Bennée
2024-07-05 15:30 ` [PULL 15/40] tests/tcg/arm: Use -fno-integrated-as for test-arm-iwmmxt Alex Bennée
2024-07-05 15:30 ` [PULL 16/40] tests/tcg/arm: Manually register allocate half-precision numbers Alex Bennée
2024-07-05 15:30 ` [PULL 17/40] tests/tcg/arm: Use -march and -mfpu for fcvt Alex Bennée
2024-07-05 15:30 ` [PULL 18/40] tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrc Alex Bennée
2024-07-05 15:30 ` [PULL 19/40] linux-user/main: Suppress out-of-range comparison warning for clang Alex Bennée
2024-07-05 15:30 ` [PULL 20/40] gitlab: don't bother with KVM for TCI builds Alex Bennée
2024-07-05 15:30 ` [PULL 21/40] test/plugin: make insn plugin less noisy by default Alex Bennée
2024-07-05 15:30 ` [PULL 22/40] test/plugins: preserve the instruction record over translations Alex Bennée
2024-07-05 15:30 ` [PULL 23/40] plugins/lockstep: preserve sock_path Alex Bennée
2024-07-05 15:30 ` [PULL 24/40] plugins/lockstep: make mixed-mode safe Alex Bennée
2024-07-05 15:30 ` [PULL 25/40] plugins/lockstep: mention the one-insn-per-tb option Alex Bennée
2024-07-05 15:30 ` [PULL 26/40] plugins/lockstep: clean-up output Alex Bennée
2024-07-05 15:30 ` [PULL 27/40] plugins: Ensure vCPU index is assigned in init/exit hooks Alex Bennée
2024-07-05 15:30 ` [PULL 28/40] plugins: Free CPUPluginState before destroying vCPU state Alex Bennée
2024-07-05 15:30 ` [PULL 29/40] accel/tcg: Move qemu_plugin_vcpu_init__async() to plugins/ Alex Bennée
2024-07-05 15:30 ` [PULL 30/40] gdbstub: Clean up process_string_cmd Alex Bennée
2024-07-05 15:30 ` [PULL 31/40] gdbstub: Move GdbCmdParseEntry into a new header file Alex Bennée
2024-07-05 15:30 ` [PULL 32/40] gdbstub: Add support for target-specific stubs Alex Bennée
2024-07-05 15:30 ` [PULL 33/40] target/arm: Fix exception case in allocation_tag_mem_probe Alex Bennée
2024-07-05 15:30 ` [PULL 34/40] target/arm: Make some MTE helpers widely available Alex Bennée
2024-07-05 15:30 ` [PULL 35/40] target/arm: Factor out code for setting MTE TCF0 field Alex Bennée
2024-07-05 15:30 ` [PULL 36/40] gdbstub: Make hex conversion function non-internal Alex Bennée
2024-07-05 15:30 ` [PULL 37/40] gdbstub: Pass CPU context to command handler Alex Bennée
2024-07-05 15:30 ` [PULL 38/40] gdbstub: Use true to set cmd_startswith Alex Bennée
2024-07-05 15:30 ` [PULL 39/40] gdbstub: Add support for MTE in user mode Alex Bennée
2024-07-12 14:18   ` Peter Maydell
2024-07-05 15:30 ` [PULL 40/40] tests/tcg/aarch64: Add MTE gdbstub tests Alex Bennée
2024-07-05 18:08 ` 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=625fbd21-31be-4d88-9249-ddcf0fb91c7c@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=alex.bennee@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /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).