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/36] target-arm queue
Date: Wed, 17 Sep 2025 13:09:36 -0700	[thread overview]
Message-ID: <87455ffc-8b2b-486b-96ed-09be7a66482f@linaro.org> (raw)
In-Reply-To: <20250916180611.1481266-1-peter.maydell@linaro.org>

On 9/16/25 11:05, Peter Maydell wrote:
> Hi; here's an arm pullreq; various miscellaneous new features
> and bug fixes.
> 
> thanks
> -- PMM
> 
> The following changes since commit 6a9fa5ef3230a7d51e0d953a59ee9ef10af705b8:
> 
>    Merge tag 'pull-tcg-20250905' ofhttps://gitlab.com/rth7680/qemu into staging (2025-09-05 09:51:27 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20250916
> 
> for you to fetch changes up to aaf042299acf83919862c7d7dd5fc36acf4e0671:
> 
>    hw/usb/network: Remove hardcoded 0x40 prefix in STRING_ETHADDR response (2025-09-16 17:32:06 +0100)
> 
> ----------------------------------------------------------------
> target-arm queue:
>   * tests, scripts: Don't import print_function from __future__
>   * Implement FEAT_ATS1A
>   * Remove deprecated pxa CPU family
>   * arm/kvm: report registers we failed to set
>   * Expose SME registers to GDB via gdbstub
>   * linux-user/aarch64: Generate ESR signal records
>   * hw/arm/raspi4b: remove redundant check in raspi_add_memory_node
>   * hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation
>   * system: drop the -old-param option


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

r~


  parent reply	other threads:[~2025-09-17 20:10 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-16 18:05 [PULL 00/36] target-arm queue Peter Maydell
2025-09-16 18:05 ` [PULL 01/36] tests, scripts: Don't import print_function from __future__ Peter Maydell
2025-09-16 18:05 ` [PULL 02/36] linux-user/aarch64: Split out signal_for_exception Peter Maydell
2025-09-16 18:05 ` [PULL 03/36] linux-user/aarch64: Check syndrome for EXCP_UDEF Peter Maydell
2025-09-16 18:05 ` [PULL 04/36] linux-user/aarch64: Generate ESR signal records Peter Maydell
2025-09-16 18:05 ` [PULL 05/36] target/arm: Add prot_check parameter to pmsav8_mpu_lookup Peter Maydell
2025-09-16 18:05 ` [PULL 06/36] target/arm: Add in_prot_check to S1Translate Peter Maydell
2025-09-16 18:05 ` [PULL 07/36] target/arm: Skip permission check from arm_cpu_get_phys_page_attrs_debug Peter Maydell
2025-09-16 18:05 ` [PULL 08/36] target/arm: Introduce get_phys_addr_for_at Peter Maydell
2025-09-16 18:05 ` [PULL 09/36] target/arm: Skip AF and DB updates for AccessType_AT Peter Maydell
2025-09-16 18:05 ` [PULL 10/36] target/arm: Add prot_check parameter to do_ats_write Peter Maydell
2025-09-16 18:05 ` [PULL 11/36] target/arm: Fill in HFG[RWI]TR_EL2 bits for Arm v9.5 Peter Maydell
2025-09-16 18:05 ` [PULL 12/36] target/arm: Remove outdated comment for ZCR_EL12 Peter Maydell
2025-09-16 18:05 ` [PULL 13/36] target/arm: Implement FEAT_ATS1A Peter Maydell
2025-09-16 18:05 ` [PULL 14/36] hw/arm/raspi4b: remove redundant check in raspi_add_memory_node Peter Maydell
2025-09-16 18:05 ` [PULL 15/36] target/arm: Remove deprecated pxa CPU family Peter Maydell
2025-09-16 18:05 ` [PULL 16/36] target/arm: Remove XScale and iWMMXt translate.c code Peter Maydell
2025-09-16 18:05 ` [PULL 17/36] target/arm: Remove iwmmxt helper functions Peter Maydell
2025-09-16 18:05 ` [PULL 18/36] target/arm: Drop ARM_FEATURE_XSCALE handling Peter Maydell
2025-09-16 18:05 ` [PULL 19/36] target/arm: Drop ARM_FEATURE_IWMMXT handling Peter Maydell
2025-09-16 18:05 ` [PULL 20/36] system: drop the -old-param option Peter Maydell
2025-09-16 18:05 ` [PULL 21/36] arm/kvm: report registers we failed to set Peter Maydell
2025-09-16 18:05 ` [PULL 22/36] target/arm: Increase MAX_PACKET_LENGTH for SME ZA remote gdb debugging Peter Maydell
2025-09-16 18:05 ` [PULL 23/36] target/arm: Added support for SME register exposure to GDB Peter Maydell
2025-09-16 18:05 ` [PULL 24/36] target/arm: Added test case " Peter Maydell
2025-09-16 18:05 ` [PULL 25/36] hw/arm/smmu-common: Check SMMU has PCIe Root Complex association Peter Maydell
2025-09-16 18:06 ` [PULL 26/36] hw/arm/virt-acpi-build: Re-arrange SMMUv3 IORT build Peter Maydell
2025-09-16 18:06 ` [PULL 27/36] hw/arm/virt-acpi-build: Update IORT for multiple smmuv3 devices Peter Maydell
2025-09-16 18:06 ` [PULL 28/36] hw/arm/virt: Factor out common SMMUV3 dt bindings code Peter Maydell
2025-09-16 18:06 ` [PULL 29/36] hw/arm/virt: Add an SMMU_IO_LEN macro Peter Maydell
2025-09-16 18:06 ` [PULL 30/36] hw/pci: Introduce pci_setup_iommu_per_bus() for per-bus IOMMU ops retrieval Peter Maydell
2025-09-16 18:06 ` [PULL 31/36] hw/arm/virt: Allow user-creatable SMMUv3 dev instantiation Peter Maydell
2025-09-16 18:06 ` [PULL 32/36] qemu-options.hx: Document the arm-smmuv3 device Peter Maydell
2025-09-16 18:06 ` [PULL 33/36] bios-tables-test: Allow for smmuv3 test data Peter Maydell
2025-09-16 18:06 ` [PULL 34/36] qtest/bios-tables-test: Add tests for legacy smmuv3 and smmuv3 device Peter Maydell
2025-09-16 18:06 ` [PULL 35/36] qtest/bios-tables-test: Update tables for smmuv3 tests Peter Maydell
2025-09-16 18:06 ` [PULL 36/36] hw/usb/network: Remove hardcoded 0x40 prefix in STRING_ETHADDR response Peter Maydell
2025-09-17  1:43 ` [PULL 00/36] target-arm queue Richard Henderson
2025-09-17 17:51   ` Richard Henderson
2025-09-18  9:41     ` Peter Maydell
2025-09-18 10:18       ` Peter Maydell
2025-09-17 20:09 ` Richard Henderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-11 13:33 Peter Maydell
2025-07-13  7:06 ` Stefan Hajnoczi
2025-01-28 20:12 Peter Maydell
2025-01-29 19:17 ` Stefan Hajnoczi
2024-02-02 15:36 Peter Maydell
2024-02-03 13:27 ` Peter Maydell
2024-01-26 14:33 Peter Maydell
2024-01-27 13:00 ` Peter Maydell
2020-12-10 11:47 Peter Maydell
2020-12-10 12:51 ` Peter Maydell
2020-09-14 14:06 Peter Maydell
2020-03-12 16:44 Peter Maydell
2020-03-12 20:32 ` 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=87455ffc-8b2b-486b-96ed-09be7a66482f@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).