Re: [PATCH] xen/arm: print update firmware only once

2020-10-07 Thread Stefano Stabellini
On Wed, 7 Oct 2020, Julien Grall wrote: > Hi Bertrand, > > On 07/10/2020 12:05, Bertrand Marquis wrote: > > Fix enable_smccc_arch_workaround_1 to only print the warning asking to > > update the firmware once. > > > > Signed-off-by: Bertrand Marquis > > --- > > xen/arch/arm/cpuerrata.c | 2 +-

Re: [PATCH] xen/arm: print update firmware only once

2020-10-07 Thread Bertrand Marquis
> On 7 Oct 2020, at 14:00, Julien Grall wrote: > > Hi Bertrand, > > On 07/10/2020 12:05, Bertrand Marquis wrote: >> Fix enable_smccc_arch_workaround_1 to only print the warning asking to >> update the firmware once. >> Signed-off-by: Bertrand Marquis >> --- >> xen/arch/arm/cpuerrata.c | 2

Re: [PATCH] xen/arm: print update firmware only once

2020-10-07 Thread Julien Grall
Hi Bertrand, On 07/10/2020 12:05, Bertrand Marquis wrote: Fix enable_smccc_arch_workaround_1 to only print the warning asking to update the firmware once. Signed-off-by: Bertrand Marquis --- xen/arch/arm/cpuerrata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] xen/arm: print update firmware only once

2020-10-07 Thread Bertrand Marquis
Fix enable_smccc_arch_workaround_1 to only print the warning asking to update the firmware once. Signed-off-by: Bertrand Marquis --- xen/arch/arm/cpuerrata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/cpuerrata.c b/xen/arch/arm/cpuerrata.c index