> On 4 Jul 2023, at 20:11, Julien Grall <[email protected]> wrote:
>
> Hi,
>
> Replying here because there is no cover letter (in the future please add one
> if you have more than two patches bundled together).
Sure I will
>
> On 04/07/2023 10:42, Anthony PERARD wrote:
>> On Thu, Jun 08, 2023 at 02:59:12PM +0100, Luca Fancellu wrote:
>>> Commit 56a7aaa16bfe introduced some SVE related code that is protected by
>>> '#if defined(__aarch64__)', the issue is that this doesn't take into
>>> consideration when the toolstack is compiled for an arm32 Dom0 running on
>>> an arm64 platform, it should be able to create SVE enabled guests but with
>>> the current code it's not.
>>>
>>> So fix the issue by compiling the code when the toolstack is compiled for
>>> both arm32 and arm64.
>>>
>>> Fixes: 56a7aaa16bfe ("tools: add physinfo arch_capabilities handling for
>>> Arm")
>>> Signed-off-by: Luca Fancellu <[email protected]>
>>> Reported-by: Andrew Cooper <[email protected]>
>> Acked-by: Anthony PERARD <[email protected]>
>
> I have now committed the series.
Thank you
>
> Cheers,
>
> --
> Julien Grall