From: Peter Maydell <peter.maydell@linaro.org>
To: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
Cc: Laurent Vivier <lvivier@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>,
Thomas Huth <thuth@redhat.com>, qemu-arm <qemu-arm@nongnu.org>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [PATCH 1/4] target-arm: Introduce ARM_FEATURE_A64FX
Date: Mon, 19 Jul 2021 13:51:00 +0100 [thread overview]
Message-ID: <CAFEAcA8MbO1qSaF__ytMVho7wu70K8jM=0V03zkOcdH46Hy_dw@mail.gmail.com> (raw)
In-Reply-To: <1626413223-32264-2-git-send-email-ishii.shuuichir@fujitsu.com>
On Fri, 16 Jul 2021 at 06:27, Shuuichirou Ishii
<ishii.shuuichir@fujitsu.com> wrote:
>
> This function is used to distinguish HPC extensions in the Fujitsu A64FX processor.
>
> HPC (High Performance Computing) extensions are A64FX processor-specific features
> that are implemented to improve application performance for HPC.
>
> Signed-off-by: Shuuichirou Ishii <ishii.shuuichir@fujitsu.com>
> ---
> target/arm/cpu.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/target/arm/cpu.h b/target/arm/cpu.h
> index be9a4dc..e5c8645 100644
> --- a/target/arm/cpu.h
> +++ b/target/arm/cpu.h
> @@ -2140,6 +2140,7 @@ enum arm_features {
> ARM_FEATURE_M_SECURITY, /* M profile Security Extension */
> ARM_FEATURE_M_MAIN, /* M profile Main Extension */
> ARM_FEATURE_V8_1M, /* M profile extras only in v8.1M and later */
> + ARM_FEATURE_A64FX, /* Fujitsu A64FX processor HPC extensions support */
> };
Hi; as far as I can see there's nothing in your patchset that ever
tests this feature bit and behaves differently as a result. We
shouldn't add the feature flag until we have something we want to
control with it.
thanks
-- PMM
next prev parent reply other threads:[~2021-07-19 12:52 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1626413223-32264-1-git-send-email-ishii.shuuichir@fujitsu.com>
2021-07-19 12:49 ` [PATCH 0/4] Add support for Fujitsu A64FX processor Peter Maydell
2021-07-20 7:34 ` ishii.shuuichir
2021-07-20 9:08 ` Peter Maydell
2021-07-20 11:24 ` Philippe Mathieu-Daudé
2021-07-22 8:00 ` ishii.shuuichir
[not found] ` <1626413223-32264-2-git-send-email-ishii.shuuichir@fujitsu.com>
2021-07-19 12:51 ` Peter Maydell [this message]
[not found] ` <1626413223-32264-3-git-send-email-ishii.shuuichir@fujitsu.com>
2021-07-19 12:54 ` [PATCH 2/4] target-arm: cpu64: Add support for Fujitsu A64FX Peter Maydell
[not found] ` <1626413223-32264-5-git-send-email-ishii.shuuichir@fujitsu.com>
2021-07-19 12:56 ` [PATCH 4/4] docs/system: Add a64fx(Fujitsu A64FX processor) to supported guest CPU type Peter Maydell
2021-07-29 7:31 ` ishii.shuuichir
2021-07-29 9:43 ` Peter Maydell
2021-07-29 10:26 ` ishii.shuuichir
[not found] ` <1626413223-32264-4-git-send-email-ishii.shuuichir@fujitsu.com>
2021-07-19 12:56 ` [PATCH 3/4] tests/arm-cpu-features: Add A64FX processor related tests 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='CAFEAcA8MbO1qSaF__ytMVho7wu70K8jM=0V03zkOcdH46Hy_dw@mail.gmail.com' \
--to=peter.maydell@linaro.org \
--cc=ishii.shuuichir@fujitsu.com \
--cc=lvivier@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=thuth@redhat.com \
/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).