From: "Alex Bennée" <alex.bennee@linaro.org>
To: Jim MacArthur <jim.macarthur@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH V5 0/4] Basic ASID2 support
Date: Thu, 04 Dec 2025 18:30:33 +0000 [thread overview]
Message-ID: <87pl8urtfa.fsf@draig.linaro.org> (raw)
In-Reply-To: <20251204180617.1190660-1-jim.macarthur@linaro.org> (Jim MacArthur's message of "Thu, 4 Dec 2025 18:04:10 +0000")
Jim MacArthur <jim.macarthur@linaro.org> writes:
> Thanks to Gustavo Romero for reviews.
>
> Changes in v5:
> - Patch 2:
> - TLB flush when A2/FNG0/FNG1 could be written to.
> - Patch 4:
> - SPDX License identifier moved to first line.
I think you missed picking up the Reviewed-by tags. I used to do this by
hand but using a tool like b4 makes it a lot easier. See:
https://qemu.readthedocs.io/en/v10.0.3/devel/submitting-a-patch.html#proper-use-of-reviewed-by-tags-can-aid-review
Also its worth adding to your summary what patches remain un-reviewed or
indeed noting they have all now been reviewed. It makes the maintainers
job easier when eyeballing the cover letter.
>
> Jim MacArthur (4):
> target/arm: Enable ID_AA64MMFR4_EL1 register
> target/arm: Allow writes to FNG1, FNG0, A2
> target/arm/tcg/cpu64.c: Enable ASID2 for cpu_max
> tests: Add test for ASID2 and write/read of feature bits
>
> docs/system/arm/emulation.rst | 1 +
> target/arm/cpu-features.h | 7 +++
> target/arm/cpu-sysregs.h.inc | 1 +
> target/arm/helper.c | 22 ++++++++-
> target/arm/tcg/cpu64.c | 4 ++
> tests/tcg/aarch64/system/asid2.c | 76 ++++++++++++++++++++++++++++++++
> 6 files changed, 109 insertions(+), 2 deletions(-)
> create mode 100644 tests/tcg/aarch64/system/asid2.c
--
Alex Bennée
Virtualisation Tech Lead @ Linaro
prev parent reply other threads:[~2025-12-04 18:31 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-04 18:04 [PATCH V5 0/4] Basic ASID2 support Jim MacArthur
2025-12-04 18:04 ` [PATCH 1/4] target/arm: Enable ID_AA64MMFR4_EL1 register Jim MacArthur
2025-12-04 18:04 ` [PATCH 2/4] target/arm: Allow writes to FNG1, FNG0, A2 Jim MacArthur
2025-12-05 15:30 ` Richard Henderson
2025-12-09 15:04 ` Jim MacArthur
2025-12-09 15:39 ` Richard Henderson
2025-12-04 18:04 ` [PATCH 3/4] target/arm/tcg/cpu64.c: Enable ASID2 for cpu_max Jim MacArthur
2025-12-04 18:04 ` [PATCH 4/4] tests: Add test for ASID2 and write/read of feature bits Jim MacArthur
2025-12-04 18:30 ` Alex Bennée [this message]
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=87pl8urtfa.fsf@draig.linaro.org \
--to=alex.bennee@linaro.org \
--cc=jim.macarthur@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).