From: Cornelia Huck <cohuck@redhat.com>
To: Jonathan Cameron <jonathan.cameron@huawei.com>
Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org,
Peter Maydell <peter.maydell@linaro.org>,
Eric Auger <eric.auger@redhat.com>
Subject: Re: [PATCH RFC 1/3] arm: handle demuxed ID registers
Date: Wed, 21 Jan 2026 17:25:32 +0100 [thread overview]
Message-ID: <87bjinszk3.fsf@redhat.com> (raw)
In-Reply-To: <20260121094044.000019a8@huawei.com>
On Wed, Jan 21 2026, Jonathan Cameron <jonathan.cameron@huawei.com> wrote:
> On Mon, 19 Jan 2026 18:27:30 +0100
> Cornelia Huck <cohuck@redhat.com> wrote:
>> @@ -1083,6 +1102,7 @@ struct ArchCPU {
>> uint32_t dbgdevid1;
>> uint64_t reset_pmcr_el0;
>> uint64_t idregs[NUM_ID_IDX];
>> + uint64_t idregs_demux[NUM_ID_DEMUX_IDX][16];
> Hi,
>
> Trivial, but I'd like a comment on why 16. I assume because that's
> the biggest you've seen so far (8 levels, 2 types for CCSIDR)
> Just good to have a bread crumb here for future readers.
Yes, this came in via the current ccsidr[] sizing (which also might not
be quite the right thing to use, given that we could have 2*7 + 7
entries with FEAT_MTE2); I'm not at all sure whether that's a reasonable
value, but I'll certainly add a comment if we agree that it is. Or maybe
make it a #define.
>
> Otherwise seems reasonable to me.
Thanks for looking!
>> } isar;
>> uint64_t midr;
>> uint32_t revidr;
next prev parent reply other threads:[~2026-01-21 16:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-19 17:27 [PATCH RFC 0/3] arm: demuxed ID registers (CCSIDR_EL1) Cornelia Huck
2026-01-19 17:27 ` [PATCH RFC 1/3] arm: handle demuxed ID registers Cornelia Huck
2026-01-21 9:40 ` Jonathan Cameron via
2026-01-21 9:40 ` Jonathan Cameron via qemu development
2026-01-21 16:25 ` Cornelia Huck [this message]
2026-01-19 17:27 ` [PATCH RFC 2/3] arm: handle CCSIDR_EL1 as a demuxed register Cornelia Huck
2026-01-19 17:27 ` [PATCH RFC 3/3] arm/kvm: get demuxed ID registers from kvm Cornelia Huck
2026-01-20 11:44 ` [PATCH RFC 0/3] arm: demuxed ID registers (CCSIDR_EL1) Alireza Sanaee via
2026-01-20 11:44 ` Alireza Sanaee via qemu development
2026-01-21 16:28 ` Cornelia Huck
2026-01-22 13:31 ` Alireza Sanaee via
2026-01-22 13:31 ` Alireza Sanaee via qemu development
2026-01-20 15:40 ` Sebastian Ott
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=87bjinszk3.fsf@redhat.com \
--to=cohuck@redhat.com \
--cc=eric.auger@redhat.com \
--cc=jonathan.cameron@huawei.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.