Re: [PATCH 1/2] sbsa-ref: remove cortex-a53 from list of supported cpus

2021-02-16 Thread Peter Maydell
On Thu, 11 Feb 2021 at 12:36, Marcin Juszkiewicz wrote: > > Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts > above this limit. > > Signed-off-by: Marcin Juszkiewicz Hi; could you resend your patches in the right format, please? * with a cover letter if it's a multi-patch

Re: [PATCH 1/2] sbsa-ref: remove cortex-a53 from list of supported cpus

2021-02-11 Thread Leif Lindholm
On Thu, Feb 11, 2021 at 13:36:37 +0100, Marcin Juszkiewicz wrote: > Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts > above this limit. > > Signed-off-by: Marcin Juszkiewicz Acked-by: Leif Lindholm > --- > hw/arm/sbsa-ref.c | 1 - > 1 file changed, 1 deletion(-) > > dif

Re: [PATCH 1/2] sbsa-ref: remove cortex-a53 from list of supported cpus

2021-02-11 Thread Philippe Mathieu-Daudé
Hi Marcin, This is v2. Please don't post new patch series as subthread in another one. On 2/11/21 1:36 PM, Marcin Juszkiewicz wrote: > Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts > above this limit. > > Signed-off-by: Marcin Juszkiewicz > --- > hw/arm/sbsa-ref.c | 1

[PATCH 1/2] sbsa-ref: remove cortex-a53 from list of supported cpus

2021-02-11 Thread Marcin Juszkiewicz
Cortex-A53 supports 40bits of address space. sbsa-ref's memory starts above this limit. Signed-off-by: Marcin Juszkiewicz --- hw/arm/sbsa-ref.c | 1 - 1 file changed, 1 deletion(-) diff --git hw/arm/sbsa-ref.c hw/arm/sbsa-ref.c index 9f70735153..276243d122 100644 --- hw/arm/sbsa-ref.c +++ hw/ar