From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Subject: Re: [PULL 00/44] target-arm queue
Date: Sat, 27 Sep 2025 08:42:35 -0700 [thread overview]
Message-ID: <91c4c68b-a294-49d8-9eb7-7a155e2a4881@linaro.org> (raw)
In-Reply-To: <20250926140844.1493020-1-peter.maydell@linaro.org>
On 9/26/25 07:08, Peter Maydell wrote:
> Hi; here's an arm pullreq...
>
> thanks
> -- PMM
>
> The following changes since commit 95b9e0d2ade5d633fd13ffba96a54e87c65baf39:
>
> Merge tag 'for-upstream' ofhttps://gitlab.com/bonzini/qemu into staging (2025-09-24 12:04:18 -0700)
>
> are available in the Git repository at:
>
> https://gitlab.com/pm215/qemu.git tags/pull-target-arm-20250926
>
> for you to fetch changes up to b71e2b281a23aca474e128a8487efb07e29f4019:
>
> target/arm: Implement ID_AA64PFR2_EL1 (2025-09-26 13:43:33 +0100)
>
> ----------------------------------------------------------------
> target-arm queue:
> * reimplement VHE alias register handling
> * replace magic GIC values by proper definitions
> * convert power control DPRINTF() uses to trace events
> * better reset related tracepoints
> * implement ID_AA64PFR2_EL1
> * hw/usb/hcd-uhci: don't assert for SETUP to non-0 endpoint
> * net/passt: Fix build failure due to missing GIO dependency
Applied, thanks. Please update https://wiki.qemu.org/ChangeLog/10.2 as appropriate.
r~
next prev parent reply other threads:[~2025-09-27 15:43 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-26 14:08 [PULL 00/44] target-arm queue Peter Maydell
2025-09-26 14:08 ` [PULL 01/44] hw/usb/hcd-uhci: don't assert for SETUP to non-0 endpoint Peter Maydell
2025-09-26 14:08 ` [PULL 02/44] net/passt: Fix build failure due to missing GIO dependency Peter Maydell
2025-09-26 14:08 ` [PULL 03/44] target/arm: Introduce KVMID_AA64_SYS_REG64 Peter Maydell
2025-09-26 14:08 ` [PULL 04/44] target/arm: Move compare_u64 to helper.c Peter Maydell
2025-09-26 14:08 ` [PULL 05/44] target/arm/hvf: Split out sysreg.c.inc Peter Maydell
2025-09-26 14:08 ` [PULL 06/44] target/arm/hvf: Reorder DEF_SYSREG arguments Peter Maydell
2025-09-26 14:08 ` [PULL 07/44] target/arm/hvf: Add KVMID_TO_HVF, HVF_TO_KVMID Peter Maydell
2025-09-26 14:08 ` [PULL 08/44] target/arm/hvf: Remove hvf_sreg_match.key Peter Maydell
2025-09-26 14:08 ` [PULL 09/44] target/arm/hvf: Replace hvf_sreg_match with hvf_sreg_list Peter Maydell
2025-09-26 14:08 ` [PULL 10/44] target/arm/hvf: Sort the cpreg_indexes array Peter Maydell
2025-09-26 14:08 ` [PULL 11/44] target/arm/hvf: Use raw_read, raw_write to access Peter Maydell
2025-09-26 14:08 ` [PULL 12/44] target/arm: Use raw_write in cp_reg_reset Peter Maydell
2025-09-26 14:08 ` [PULL 13/44] target/arm: Rename all ARMCPRegInfo from opaque to ri Peter Maydell
2025-09-26 14:08 ` [PULL 14/44] target/arm: Drop define_one_arm_cp_reg_with_opaque Peter Maydell
2025-09-26 14:08 ` [PULL 15/44] target/arm: Restrict the scope of CPREG_FIELD32, CPREG_FIELD64 Peter Maydell
2025-09-26 14:08 ` [PULL 16/44] target/arm: Replace cpreg_field_is_64bit with cpreg_field_type Peter Maydell
2025-09-26 14:08 ` [PULL 17/44] target/arm: Add CP_REG_AA32_64BIT_{SHIFT,MASK} Peter Maydell
2025-09-26 14:08 ` [PULL 18/44] target/arm: Rename CP_REG_AA32_NS_{SHIFT,MASK} Peter Maydell
2025-09-26 14:08 ` [PULL 19/44] target/arm: Convert init_cpreg_list to g_hash_table_foreach Peter Maydell
2025-09-26 14:08 ` [PULL 20/44] target/arm: Remove cp argument to ENCODE_AA64_CP_REG Peter Maydell
2025-09-26 14:08 ` [PULL 21/44] target/arm: Reorder ENCODE_AA64_CP_REG arguments Peter Maydell
2025-09-26 14:08 ` [PULL 22/44] target/arm: Split out add_cpreg_to_hashtable_aa{32, 64} Peter Maydell
2025-09-26 14:08 ` [PULL 23/44] target/arm: Improve asserts in define_one_arm_cp_reg Peter Maydell
2025-09-26 14:08 ` [PULL 24/44] target/arm: Move cp processing to define_one_arm_cp_reg Peter Maydell
2025-09-26 14:08 ` [PULL 25/44] target/arm: Move cpreg elimination " Peter Maydell
2025-09-26 14:08 ` [PULL 26/44] target/arm: Add key parameter to add_cpreg_to_hashtable Peter Maydell
2025-09-26 14:08 ` [PULL 27/44] target/arm: Split out alloc_cpreg Peter Maydell
2025-09-26 14:08 ` [PULL 28/44] target/arm: Hoist the allocation of ARMCPRegInfo Peter Maydell
2025-09-26 14:08 ` [PULL 29/44] target/arm: Remove name argument to alloc_cpreg Peter Maydell
2025-09-26 14:08 ` [PULL 30/44] target/arm: Move alias setting for wildcards Peter Maydell
2025-09-26 14:08 ` [PULL 31/44] target/arm: Move writeback of CP_ANY fields Peter Maydell
2025-09-26 14:08 ` [PULL 32/44] target/arm: Move endianness fixup for 32-bit registers Peter Maydell
2025-09-26 14:08 ` [PULL 33/44] target/arm: Rename TBFLAG_A64_NV2_MEM_E20 with *_E2H Peter Maydell
2025-09-26 14:08 ` [PULL 34/44] target/arm: Split out redirect_cpreg Peter Maydell
2025-09-26 14:08 ` [PULL 35/44] target/arm: Redirect VHE FOO_EL1 -> FOO_EL2 during translation Peter Maydell
2025-09-26 14:08 ` [PULL 36/44] target/arm: Redirect VHE FOO_EL12 to FOO_EL1 " Peter Maydell
2025-09-26 14:08 ` [PULL 37/44] target/arm: Rename some cpreg to their aarch64 names Peter Maydell
2025-09-26 14:08 ` [PULL 38/44] target/arm: Remove define_arm_vh_e2h_redirects_aliases Peter Maydell
2025-09-26 14:08 ` [PULL 39/44] target/arm: Replace magic GIC values by proper definitions Peter Maydell
2025-09-26 14:08 ` [PULL 40/44] target/arm: Convert power control DPRINTF() uses to trace events Peter Maydell
2025-09-26 14:08 ` [PULL 41/44] target/arm: Trace emulated firmware reset call Peter Maydell
2025-09-26 14:08 ` [PULL 42/44] target/arm: Trace vCPU " Peter Maydell
2025-09-26 14:08 ` [PULL 43/44] target/arm: Move ID register field defs to cpu-features.h Peter Maydell
2025-09-26 14:08 ` [PULL 44/44] target/arm: Implement ID_AA64PFR2_EL1 Peter Maydell
2025-09-27 15:42 ` Richard Henderson [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-25 10:34 [PULL 00/44] target-arm queue Peter Maydell
2021-08-25 17:49 ` 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=91c4c68b-a294-49d8-9eb7-7a155e2a4881@linaro.org \
--to=richard.henderson@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).