Re: [PATCH v5 3/3] tests/arm-cpu-features: Add A64FX processor related

2021-08-30 Thread Andrew Jones
On Mon, Aug 30, 2021 at 05:28:20PM +0900, Shuuichirou Ishii wrote: nit: A commit message would be nice, even if it's just a simple sentence expanding on the summary. > Signed-off-by: Shuuichirou Ishii > --- > tests/qtest/arm-cpu-features.c | 13 + > 1 file changed, 13 insertions(+)

[PATCH v5 3/3] tests/arm-cpu-features: Add A64FX processor related

2021-08-30 Thread Shuuichirou Ishii
Signed-off-by: Shuuichirou Ishii --- tests/qtest/arm-cpu-features.c | 13 + 1 file changed, 13 insertions(+) diff --git a/tests/qtest/arm-cpu-features.c b/tests/qtest/arm-cpu-features.c index 8252b85bb8..90a87f0ea9 100644 --- a/tests/qtest/arm-cpu-features.c +++