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/43] target-arm queue
Date: Fri, 31 May 2024 13:01:49 -0700	[thread overview]
Message-ID: <acbe852b-1a8e-4074-b45f-f6ce2364c9b3@linaro.org> (raw)
In-Reply-To: <20240531120401.394550-1-peter.maydell@linaro.org>

On 5/31/24 05:03, Peter Maydell wrote:
> The following changes since commit 3b2fe44bb7f605f179e5e7feb2c13c2eb3abbb80:
> 
>    Merge tag 'pull-request-2024-05-29' ofhttps://gitlab.com/thuth/qemu  into staging (2024-05-29 08:38:20 -0700)
> 
> are available in the Git repository at:
> 
>    https://git.linaro.org/people/pmaydell/qemu-arm.git  tags/pull-target-arm-20240531
> 
> for you to fetch changes up to 3c3c233677d4f2fe5f35c5d6d6e9b53df48054f4:
> 
>    hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT (2024-05-31 11:26:00 +0100)
> 
> ----------------------------------------------------------------
> target-arm:
>   * hw/intc/arm_gic: Fix set pending of PPIs
>   * hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn
>   * xilinx_zynq: Add cache controller
>   * xilinx_zynq: Support up to two CPU cores
>   * tests/avocado: update sbsa-ref firmware
>   * sbsa-ref: move to Neoverse-N2 as default
>   * More decodetree conversion of A64 ASIMD insns
>   * docs/system/target-arm: Re-alphabetize board list
>   * Implement FEAT WFxT and enable for '-cpu max'
>   * hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT

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


r~



  parent reply	other threads:[~2024-05-31 20:02 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-31 12:03 [PULL 00/43] target-arm queue Peter Maydell
2024-05-31 12:03 ` [PULL 01/43] hw/intc/arm_gic: Fix set pending of PPIs Peter Maydell
2024-05-31 12:03 ` [PULL 02/43] hw/intc/arm_gic: Fix writes to GICD_ITARGETSRn Peter Maydell
2024-05-31 12:03 ` [PULL 03/43] hw/arm/xilinx_zynq: Add cache controller Peter Maydell
2024-05-31 12:03 ` [PULL 04/43] hw/arm/xilinx_zynq: Support up to two CPU cores Peter Maydell
2024-05-31 12:03 ` [PULL 05/43] tests/avocado: update sbsa-ref firmware Peter Maydell
2024-05-31 12:03 ` [PULL 06/43] arm/sbsa-ref: move to Neoverse-N2 as default Peter Maydell
2024-05-31 12:03 ` [PULL 07/43] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB Peter Maydell
2024-05-31 12:03 ` [PULL 08/43] target/arm: Assert oprsz in range when using vfp.qc Peter Maydell
2024-05-31 12:03 ` [PULL 09/43] target/arm: Convert SUQADD and USQADD to gvec Peter Maydell
2024-05-31 12:03 ` [PULL 10/43] target/arm: Inline scalar SUQADD and USQADD Peter Maydell
2024-05-31 12:03 ` [PULL 11/43] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB Peter Maydell
2024-05-31 12:03 ` [PULL 12/43] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 13/43] target/arm: Convert SUQADD, USQADD " Peter Maydell
2024-05-31 12:03 ` [PULL 14/43] target/arm: Convert SSHL, USHL " Peter Maydell
2024-05-31 12:03 ` [PULL 15/43] target/arm: Convert SRSHL and URSHL (register) to gvec Peter Maydell
2024-05-31 12:03 ` [PULL 16/43] target/arm: Convert SRSHL, URSHL to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 17/43] target/arm: Convert SQSHL and UQSHL (register) to gvec Peter Maydell
2024-05-31 12:03 ` [PULL 18/43] target/arm: Convert SQSHL, UQSHL to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 19/43] target/arm: Convert SQRSHL and UQRSHL (register) to gvec Peter Maydell
2024-05-31 12:03 ` [PULL 20/43] target/arm: Convert SQRSHL, UQRSHL to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 21/43] target/arm: Convert ADD, SUB (vector) " Peter Maydell
2024-05-31 12:03 ` [PULL 22/43] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ " Peter Maydell
2024-05-31 12:03 ` [PULL 23/43] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64} Peter Maydell
2024-05-31 12:03 ` [PULL 24/43] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec Peter Maydell
2024-05-31 12:03 ` [PULL 25/43] target/arm: Convert SHADD, UHADD to gvec Peter Maydell
2024-05-31 12:03 ` [PULL 26/43] target/arm: Convert SHADD, UHADD to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 27/43] target/arm: Convert SHSUB, UHSUB to gvec Peter Maydell
2024-05-31 12:03 ` [PULL 28/43] target/arm: Convert SHSUB, UHSUB to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 29/43] target/arm: Convert SRHADD, URHADD to gvec Peter Maydell
2024-05-31 12:03 ` [PULL 30/43] target/arm: Convert SRHADD, URHADD to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 31/43] target/arm: Convert SMAX, SMIN, UMAX, UMIN " Peter Maydell
2024-05-31 12:03 ` [PULL 32/43] target/arm: Convert SABA, SABD, UABA, UABD " Peter Maydell
2024-05-31 12:03 ` [PULL 33/43] target/arm: Convert MUL, PMUL " Peter Maydell
2024-05-31 12:03 ` [PULL 34/43] target/arm: Convert MLA, MLS " Peter Maydell
2024-05-31 12:03 ` [PULL 35/43] target/arm: Tidy SQDMULH, SQRDMULH (vector) Peter Maydell
2024-05-31 12:03 ` [PULL 36/43] target/arm: Convert SQDMULH, SQRDMULH to decodetree Peter Maydell
2024-05-31 12:03 ` [PULL 37/43] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB " Peter Maydell
2024-05-31 12:03 ` [PULL 38/43] target/arm: Convert FCSEL " Peter Maydell
2024-05-31 12:03 ` [PULL 39/43] target/arm: Disable SVE extensions when SVE is disabled Peter Maydell
2024-05-31 12:03 ` [PULL 40/43] docs/system/target-arm: Re-alphabetize board list Peter Maydell
2024-05-31 12:03 ` [PULL 41/43] accel/tcg: Make TCGCPUOps::cpu_exec_halt return bool for whether to halt Peter Maydell
2024-05-31 12:04 ` [PULL 42/43] target/arm: Implement FEAT WFxT and enable for '-cpu max' Peter Maydell
2024-05-31 12:04 ` [PULL 43/43] hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT Peter Maydell
2024-05-31 20:01 ` Richard Henderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-01 17:06 [PULL 00/43] target-arm queue Peter Maydell
2025-07-02 14:33 ` Stefan Hajnoczi
2025-02-25 18:04 Peter Maydell
2025-03-03 12:13 ` Stefan Hajnoczi
2023-12-19 19:12 Peter Maydell
2023-12-20 16:03 ` Stefan Hajnoczi
2023-12-20 17:23   ` Peter Maydell
2023-12-20 17:26     ` Stefan Hajnoczi
2021-04-30 10:33 Peter Maydell
2021-04-30 11:18 ` no-reply
2021-04-30 12:45 ` 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=acbe852b-1a8e-4074-b45f-f6ce2364c9b3@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).