qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PULL 00/29] target-arm queue
Date: Mon, 1 Jul 2024 15:19:39 -0700	[thread overview]
Message-ID: <8c67b71d-27dc-4d47-a310-be321795bdbe@linaro.org> (raw)
In-Reply-To: <20240701160729.1910763-1-peter.maydell@linaro.org>

On 7/1/24 09:07, Peter Maydell wrote:
> The following changes since commit b6d32a06fc0984e537091cba08f2e1ed9f775d74:
> 
>    Merge tag 'pull-trivial-patches' ofhttps://gitlab.com/mjt0k/qemu  into staging (2024-06-30 16:12:24 -0700)
> 
> are available in the Git repository at:
> 
>    https://git.linaro.org/people/pmaydell/qemu-arm.git  tags/pull-target-arm-20240701
> 
> for you to fetch changes up to 58c782de557beb496bfb4c5ade721bbbd2480c72:
> 
>    tests/qtest: Ensure STM32L4x5 EXTI state is correct at the end of QTests (2024-07-01 15:40:54 +0100)
> 
> ----------------------------------------------------------------
> target-arm queue:
>   * tests/avocado: update firmware for sbsa-ref and use all cores
>   * hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdev
>   * arm: Fix VCMLA Dd, Dn, Dm[idx]
>   * arm: Fix SQDMULH (by element) with Q=0
>   * arm: Fix FJCVTZS vs flush-to-zero
>   * arm: More conversion of A64 AdvSIMD to decodetree
>   * arm: Enable FEAT_Debugv8p8 for -cpu max
>   * MAINTAINERS: Update family name for Patrick Leis
>   * hw/arm/xilinx_zynq: Add boot-mode property
>   * docs/system/arm: Add a doc for zynq board
>   * hw/misc: In STM32L4x5 EXTI, correct configurable interrupts
>   * tests/qtest: fix minor issues in STM32L4x5 tests

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


r~



  parent reply	other threads:[~2024-07-01 22:21 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-01 16:07 [PULL 00/29] target-arm queue Peter Maydell
2024-07-01 16:07 ` [PULL 01/29] hw/nvram: Add BCM2835 OTP device Peter Maydell
2024-07-01 16:07 ` [PULL 02/29] hw/arm: Connect OTP device to BCM2835 Peter Maydell
2024-07-01 16:07 ` [PULL 03/29] hw/misc: Implement mailbox properties for customer OTP and device specific private keys Peter Maydell
2024-07-01 16:07 ` [PULL 04/29] tests/avocado: update firmware for sbsa-ref Peter Maydell
2024-07-01 16:07 ` [PULL 05/29] tests/avocado: use default amount of cores on sbsa-ref Peter Maydell
2024-07-01 16:07 ` [PULL 06/29] hw/arm/smmu-common: Replace smmu_iommu_mr with smmu_find_sdev Peter Maydell
2024-07-01 16:07 ` [PULL 07/29] target/arm: Fix VCMLA Dd, Dn, Dm[idx] Peter Maydell
2024-07-01 16:07 ` [PULL 08/29] target/arm: Fix SQDMULH (by element) with Q=0 Peter Maydell
2024-07-01 16:07 ` [PULL 09/29] target/arm: Fix FJCVTZS vs flush-to-zero Peter Maydell
2024-07-01 16:07 ` [PULL 10/29] target/arm: Convert SQRDMLAH, SQRDMLSH to decodetree Peter Maydell
2024-07-01 16:07 ` [PULL 11/29] target/arm: Convert SDOT, UDOT " Peter Maydell
2024-07-01 16:07 ` [PULL 12/29] target/arm: Convert SUDOT, USDOT " Peter Maydell
2024-07-01 16:07 ` [PULL 13/29] target/arm: Convert BFDOT " Peter Maydell
2024-07-01 16:07 ` [PULL 14/29] target/arm: Convert BFMLALB, BFMLALT " Peter Maydell
2024-07-01 16:07 ` [PULL 15/29] target/arm: Convert BFMMLA, SMMLA, UMMLA, USMMLA " Peter Maydell
2024-07-01 16:07 ` [PULL 16/29] target/arm: Add data argument to do_fp3_vector Peter Maydell
2024-07-01 16:07 ` [PULL 17/29] target/arm: Convert FCADD to decodetree Peter Maydell
2024-07-01 16:07 ` [PULL 18/29] target/arm: Convert FCMLA " Peter Maydell
2024-07-01 16:07 ` [PULL 19/29] target/arm: Delete dead code from disas_simd_indexed Peter Maydell
2024-07-01 16:07 ` [PULL 20/29] target/arm: Fix indentation Peter Maydell
2024-07-01 16:07 ` [PULL 21/29] target/arm: Move initialization of debug ID registers Peter Maydell
2024-07-01 16:07 ` [PULL 22/29] target/arm: Enable FEAT_Debugv8p8 for -cpu max Peter Maydell
2024-07-01 16:07 ` [PULL 23/29] MAINTAINERS: Update my family name Peter Maydell
2024-07-01 16:07 ` [PULL 24/29] hw/misc/zynq_slcr: Add boot-mode property Peter Maydell
2024-07-01 16:07 ` [PULL 25/29] hw/arm/xilinx_zynq: " Peter Maydell
2024-07-01 16:07 ` [PULL 26/29] docs/system/arm: Add a doc for zynq board Peter Maydell
2024-07-01 16:07 ` [PULL 27/29] tests/qtest: Fix STM32L4x5 SYSCFG irq line 15 state assumption Peter Maydell
2024-07-01 16:07 ` [PULL 28/29] hw/misc: In STM32L4x5 EXTI, correct configurable interrupts Peter Maydell
2024-07-01 16:07 ` [PULL 29/29] tests/qtest: Ensure STM32L4x5 EXTI state is correct at the end of QTests Peter Maydell
2024-07-01 22:19 ` Richard Henderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-18 12:50 [PULL 00/29] target-arm queue Peter Maydell
2023-05-18 14:51 ` Richard Henderson
2022-12-15 12:49 Peter Maydell
2020-06-05 16:49 Peter Maydell
2020-06-05 20:10 ` no-reply
2020-06-08 10:04 ` Peter Maydell
2020-05-21 19:15 Peter Maydell

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=8c67b71d-27dc-4d47-a310-be321795bdbe@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=peter.maydell@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).