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/37] target-arm queue
Date: Thu, 25 Apr 2024 09:45:46 -0700	[thread overview]
Message-ID: <b4cabe11-08eb-40aa-996f-d5ee6efd7e9f@linaro.org> (raw)
In-Reply-To: <20240425103958.3237225-1-peter.maydell@linaro.org>

On 4/25/24 03:39, Peter Maydell wrote:
> Hi; here's the first arm pullreq for 9.1.
> 
> This includes the reset method function signature change, so it has
> some chance of compile failures due to merge conflicts if some other
> pullreq added a device reset method and that pullreq got applied
> before this one.  If so, the changes needed to fix those up can be
> created by running the spatch rune described in the commit message of
> the "hw, target: Add ResetType argument to hold and exit phase
> methods" commit.
> 
> thanks
> -- PMM
> 
> The following changes since commit 5da72194df36535d773c8bdc951529ecd5e31707:
> 
>    Merge tag 'pull-tcg-20240424' ofhttps://gitlab.com/rth7680/qemu  into staging (2024-04-24 15:51:49 -0700)
> 
> are available in the Git repository at:
> 
>    https://git.linaro.org/people/pmaydell/qemu-arm.git  tags/pull-target-arm-20240425
> 
> for you to fetch changes up to 214652da123e3821657a64691ee556281e9f6238:
> 
>    tests/qtest: Add tests for the STM32L4x5 USART (2024-04-25 10:21:59 +0100)
> 
> ----------------------------------------------------------------
> target-arm queue:
>   * Implement FEAT_NMI and NMI support in the GICv3
>   * hw/dma: avoid apparent overflow in soc_dma_set_request
>   * linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code
>   * Add ResetType argument to Resettable hold and exit phase methods
>   * Add RESET_TYPE_SNAPSHOT_LOAD ResetType
>   * Implement STM32L4x5 USART

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


r~



  parent reply	other threads:[~2024-04-25 16:46 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 10:39 [PULL 00/37] target-arm queue Peter Maydell
2024-04-25 10:39 ` [PULL 01/37] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI Peter Maydell
2024-04-25 10:39 ` [PULL 02/37] target/arm: Add PSTATE.ALLINT Peter Maydell
2024-04-25 10:39 ` [PULL 03/37] target/arm: Add support for FEAT_NMI, Non-maskable Interrupt Peter Maydell
2024-04-25 10:39 ` [PULL 04/37] target/arm: Implement ALLINT MSR (immediate) Peter Maydell
2024-04-25 10:39 ` [PULL 05/37] target/arm: Support MSR access to ALLINT Peter Maydell
2024-04-25 10:39 ` [PULL 06/37] target/arm: Add support for Non-maskable Interrupt Peter Maydell
2024-04-25 10:39 ` [PULL 07/37] target/arm: Add support for NMI in arm_phys_excp_target_el() Peter Maydell
2024-04-25 10:39 ` [PULL 08/37] target/arm: Handle IS/FS in ISR_EL1 for NMI, VINMI and VFNMI Peter Maydell
2024-04-25 10:39 ` [PULL 09/37] target/arm: Handle PSTATE.ALLINT on taking an exception Peter Maydell
2024-04-25 10:39 ` [PULL 10/37] hw/intc/arm_gicv3: Add external IRQ lines for NMI Peter Maydell
2024-04-25 10:39 ` [PULL 11/37] hw/arm/virt: Wire NMI and VINMI irq lines from GIC to CPU Peter Maydell
2024-04-25 10:39 ` [PULL 12/37] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64() Peter Maydell
2024-04-25 10:39 ` [PULL 13/37] hw/intc/arm_gicv3: Add has-nmi property to GICv3 device Peter Maydell
2024-04-25 10:39 ` [PULL 14/37] hw/intc/arm_gicv3_kvm: Not set has-nmi=true for the KVM GICv3 Peter Maydell
2024-04-25 10:39 ` [PULL 15/37] hw/intc/arm_gicv3: Add irq non-maskable property Peter Maydell
2024-04-25 10:39 ` [PULL 16/37] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0 Peter Maydell
2024-04-25 10:39 ` [PULL 17/37] hw/intc/arm_gicv3: Implement GICD_INMIR Peter Maydell
2024-04-25 10:39 ` [PULL 18/37] hw/intc/arm_gicv3: Add NMI handling CPU interface registers Peter Maydell
2024-04-25 10:39 ` [PULL 19/37] hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read() Peter Maydell
2024-04-25 10:39 ` [PULL 20/37] hw/intc/arm_gicv3: Implement NMI interrupt priority Peter Maydell
2024-04-25 10:39 ` [PULL 21/37] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update() Peter Maydell
2024-04-25 10:39 ` [PULL 22/37] hw/intc/arm_gicv3: Report the VINMI interrupt Peter Maydell
2024-04-25 10:39 ` [PULL 23/37] target/arm: Add FEAT_NMI to max Peter Maydell
2024-04-25 10:39 ` [PULL 24/37] hw/arm/virt: Enable NMI support in the GIC if the CPU has FEAT_NMI Peter Maydell
2024-04-25 10:39 ` [PULL 25/37] hw/dma: avoid apparent overflow in soc_dma_set_request Peter Maydell
2024-04-25 10:39 ` [PULL 26/37] linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code Peter Maydell
2024-04-25 10:39 ` [PULL 27/37] hw/misc: Don't special case RESET_TYPE_COLD in npcm7xx_clk, gcr Peter Maydell
2024-04-25 10:39 ` [PULL 28/37] allwinner-i2c, adm1272: Use device_cold_reset() for software-triggered reset Peter Maydell
2024-04-25 10:39 ` [PULL 29/37] scripts/coccinelle: New script to add ResetType to hold and exit phases Peter Maydell
2024-04-25 10:39 ` [PULL 30/37] hw, target: Add ResetType argument to hold and exit phase methods Peter Maydell
2024-04-25 10:39 ` [PULL 31/37] docs/devel/reset: Update to new API for " Peter Maydell
2024-04-25 10:39 ` [PULL 32/37] reset: Add RESET_TYPE_SNAPSHOT_LOAD Peter Maydell
2024-04-25 10:39 ` [PULL 33/37] hw/char: Implement STM32L4x5 USART skeleton Peter Maydell
2024-04-25 10:39 ` [PULL 34/37] hw/char/stm32l4x5_usart: Enable serial read and write Peter Maydell
2024-04-25 10:39 ` [PULL 35/37] hw/char/stm32l4x5_usart: Add options for serial parameters setting Peter Maydell
2024-04-25 10:39 ` [PULL 36/37] hw/arm: Add the USART to the stm32l4x5 SoC Peter Maydell
2024-04-25 10:39 ` [PULL 37/37] tests/qtest: Add tests for the STM32L4x5 USART Peter Maydell
2024-04-25 16:45 ` Richard Henderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-23 15:34 [PULL 00/37] target-arm queue Peter Maydell
2024-05-23 16:29 ` Peter Maydell
2021-08-26 17:02 Peter Maydell
2021-08-26 19:44 ` Peter Maydell
2020-03-05 16:30 Peter Maydell
2020-03-05 17:50 ` 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=b4cabe11-08eb-40aa-996f-d5ee6efd7e9f@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).