Re: [PATCH v4 09/12] tools: add physinfo arch_capabilities handling for Arm

2023-04-04 Thread Luca Fancellu
Hi Anthony, Thank you for your review > On 30 Mar 2023, at 17:49, Anthony PERARD wrote: > > On Mon, Mar 27, 2023 at 11:59:41AM +0100, Luca Fancellu wrote: >> --- >> tools/golang/xenlight/helpers.gen.go| 2 ++ >> tools/golang/xenlight/types.gen.go | 1 + >> tools/include/arm-arch-capabi

Re: [PATCH v4 09/12] tools: add physinfo arch_capabilities handling for Arm

2023-03-30 Thread Anthony PERARD
On Mon, Mar 27, 2023 at 11:59:41AM +0100, Luca Fancellu wrote: > --- > tools/golang/xenlight/helpers.gen.go| 2 ++ > tools/golang/xenlight/types.gen.go | 1 + > tools/include/arm-arch-capabilities.h | 33 + Could you move that new file into "tools/include/xen-t

[PATCH v4 09/12] tools: add physinfo arch_capabilities handling for Arm

2023-03-27 Thread Luca Fancellu
On Arm, the SVE vector length is encoded in arch_capabilities field of struct xen_sysctl_physinfo, make use of this field in the tools when building for arm. Create header arm-arch-capabilities.h to handle the arch_capabilities field of physinfo for Arm. Removed include for xen-tools/common-macro