All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sebastian Ott <sebott@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>,
	Eric Auger <eauger@redhat.com>,
	Jonathan Cameron <jonathan.cameron@huawei.com>,
	Alireza Sanaee <alireza.sanaee@huawei.com>,
	Richard Henderson <richard.henderson@linaro.org>,
	Cornelia Huck <cohuck@redhat.com>
Cc: qemu-arm@nongnu.org, qemu-devel@nongnu.org,
	Sebastian Ott <sebott@redhat.com>
Subject: [PATCH v4 0/3] arm: demuxed ID registers (CCSIDR_EL1)
Date: Thu,  2 Jul 2026 15:36:03 +0200	[thread overview]
Message-ID: <20260702133606.34529-1-sebott@redhat.com> (raw)

Handle the demuxed ID register CCSIDR_EL1 as part of the
idregs array. V3 of this series was posted here:
https://lore.kernel.org/qemu-devel/20260622135627.40573-1-sebott@redhat.com/

Changes V3->V4:
* added R-B from Eric
* incorporated suggestions from Eric

Cornelia Huck (3):
  arm: handle demuxed ID registers
  arm: handle CCSIDR_EL1 as a demuxed register
  arm/kvm: get demuxed ID registers from kvm

 hw/arm/virt.c                 | 19 ++++------
 hw/intc/armv7m_nvic.c         |  2 +-
 target/arm/cpu-max.c          |  6 ++--
 target/arm/cpu-sysregs.h      |  9 +++++
 target/arm/cpu-sysregs.h.inc  |  1 +
 target/arm/cpu.h              | 18 ++++++----
 target/arm/cpu64.c            | 14 ++++++--
 target/arm/helper.c           |  2 +-
 target/arm/kvm.c              | 31 ++++++++++++++++
 target/arm/tcg/cpu32-system.c | 26 +++++++-------
 target/arm/tcg/cpu64.c        | 68 +++++++++++++++++------------------
 11 files changed, 123 insertions(+), 73 deletions(-)

-- 
2.54.0



             reply	other threads:[~2026-07-02 13:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02 13:36 Sebastian Ott [this message]
2026-07-02 13:36 ` [PATCH v4 1/3] arm: handle demuxed ID registers Sebastian Ott
2026-07-02 13:36 ` [PATCH v4 2/3] arm: handle CCSIDR_EL1 as a demuxed register Sebastian Ott
2026-07-07  9:55   ` Eric Auger
2026-07-02 13:36 ` [PATCH v4 3/3] arm/kvm: get demuxed ID registers from kvm Sebastian Ott
2026-07-07 10:24   ` Eric Auger
2026-07-08 14:17     ` Sebastian Ott
2026-07-10 13:01     ` Sebastian Ott
2026-07-03 13:00 ` [PATCH v4 0/3] arm: demuxed ID registers (CCSIDR_EL1) Peter Maydell
2026-07-06 11:55   ` 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=20260702133606.34529-1-sebott@redhat.com \
    --to=sebott@redhat.com \
    --cc=alireza.sanaee@huawei.com \
    --cc=cohuck@redhat.com \
    --cc=eauger@redhat.com \
    --cc=jonathan.cameron@huawei.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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.