RE: [PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX

2021-08-02 Thread ishii.shuuic...@fujitsu.com
.@linaro.org; qemu-devel@nongnu.org; qemu-...@nongnu.org > Subject: Re: [PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX > > > Shuuichirou Ishii writes: > > > The ARM_FEATURE_A64FX property was added, but there is no function > > that uses this property yet, s

RE: [PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX

2021-08-02 Thread ishii.shuuic...@fujitsu.com
er Maydell > Sent: Friday, July 30, 2021 7:35 PM > To: Ishii, Shuuichirou/石井 周一郎 > Cc: qemu-arm ; QEMU Developers > > Subject: Re: [PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX > > On Fri, 30 Jul 2021 at 04:08, Shuuichirou Ishii > wrote: > &

Re: [PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX

2021-07-30 Thread Alex Bennée
Shuuichirou Ishii writes: > The ARM_FEATURE_A64FX property was added, > but there is no function that uses this property yet, > so it will be removed until a function that uses it is added. > > Signed-off-by: Shuuichirou Ishii > --- > target/arm/cpu.h | 1 - > target/arm/cpu64.c | 1 - > 2

Re: [PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX

2021-07-30 Thread Peter Maydell
On Fri, 30 Jul 2021 at 04:08, Shuuichirou Ishii wrote: > > The ARM_FEATURE_A64FX property was added, > but there is no function that uses this property yet, > so it will be removed until a function that uses it is added. > > Signed-off-by: Shuuichirou Ishii > --- > target/arm/cpu.h | 1 - >

[PATCH v2 1/3] target-arm: delete ARM_FEATURE_A64FX

2021-07-29 Thread Shuuichirou Ishii
The ARM_FEATURE_A64FX property was added, but there is no function that uses this property yet, so it will be removed until a function that uses it is added. Signed-off-by: Shuuichirou Ishii --- target/arm/cpu.h | 1 - target/arm/cpu64.c | 1 - 2 files changed, 2 deletions(-) diff --git