From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Miroslav Rezanina" <mrezanin@redhat.com>,
qemu-arm@nongnu.org, "Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Shashi Mallela" <shashi.mallela@linaro.org>
Subject: [PATCH-for-6.2? 0/2] hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector
Date: Mon, 15 Nov 2021 23:36:17 +0100 [thread overview]
Message-ID: <20211115223619.2599282-1-philmd@redhat.com> (raw)
The GICv3 ITS support has been introduced uring the 6.2 development
window (commits 18f6290a6a9..17fb5e36aab). This device is for
emulation. When building virtualization-only binary, it might be
desirable to not include this device.
Introduce the CONFIG_ARM_GIC_TCG Kconfig selector to allow downstream
distributions to deselect this device.
Based-on: pull-target-arm-20211115-1
Philippe Mathieu-Daudé (2):
hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.c
hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector
hw/intc/arm_gicv3.c | 2 +-
hw/intc/arm_gicv3_cpuif.c | 10 +---------
hw/intc/arm_gicv3_cpuif_common.c | 22 ++++++++++++++++++++++
hw/intc/Kconfig | 5 +++++
hw/intc/meson.build | 11 +++++++----
5 files changed, 36 insertions(+), 14 deletions(-)
create mode 100644 hw/intc/arm_gicv3_cpuif_common.c
--
2.31.1
next reply other threads:[~2021-11-15 22:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-15 22:36 Philippe Mathieu-Daudé [this message]
2021-11-15 22:36 ` [PATCH-for-6.2? 1/2] hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.c Philippe Mathieu-Daudé
2021-11-15 22:36 ` [PATCH-for-6.2? 2/2] hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector Philippe Mathieu-Daudé
2021-11-22 10:59 ` [PATCH-for-6.2? 0/2] " Peter Maydell
2021-11-22 12:04 ` Philippe Mathieu-Daudé
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=20211115223619.2599282-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=mrezanin@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=shashi.mallela@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 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).