Re: [PATCH v2 5/7] hw/arm/sbsa-ref: Restrict SBSA-ref board to 64-bit build

2021-01-31 Thread Philippe Mathieu-Daudé
On 1/31/21 1:31 PM, Philippe Mathieu-Daudé wrote: > On 1/31/21 11:59 AM, Philippe Mathieu-Daudé wrote: >> The SBSA-ref board only use CPUs available in the 64-bit build, >> it is pointless to have it available in the 32-bit build. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> Cc: Radoslaw

Re: [PATCH v2 5/7] hw/arm/sbsa-ref: Restrict SBSA-ref board to 64-bit build

2021-01-31 Thread Philippe Mathieu-Daudé
On 1/31/21 11:59 AM, Philippe Mathieu-Daudé wrote: > The SBSA-ref board only use CPUs available in the 64-bit build, > it is pointless to have it available in the 32-bit build. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Cc: Radoslaw Biernacki > Cc: Leif Lindholm > --- > hw/arm/meson.bui

[PATCH v2 5/7] hw/arm/sbsa-ref: Restrict SBSA-ref board to 64-bit build

2021-01-31 Thread Philippe Mathieu-Daudé
The SBSA-ref board only use CPUs available in the 64-bit build, it is pointless to have it available in the 32-bit build. Signed-off-by: Philippe Mathieu-Daudé --- Cc: Radoslaw Biernacki Cc: Leif Lindholm --- hw/arm/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git