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

2023-05-05 Thread Luca Fancellu
> On 5 May 2023, at 17:44, Anthony PERARD wrote: > > On Wed, May 03, 2023 at 09:23:19AM +, Luca Fancellu wrote: >> >> >>> On 2 May 2023, at 17:13, Anthony PERARD wrote: >>> >>> On Mon, Apr 24, 2023 at 07:02:45AM +0100, Luca Fancellu wrote: diff --git a/tools/include/xen-tools/arm-a

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

2023-05-05 Thread Anthony PERARD
On Wed, May 03, 2023 at 09:23:19AM +, Luca Fancellu wrote: > > > > On 2 May 2023, at 17:13, Anthony PERARD wrote: > > > > On Mon, Apr 24, 2023 at 07:02:45AM +0100, Luca Fancellu wrote: > >> diff --git a/tools/include/xen-tools/arm-arch-capabilities.h > >> b/tools/include/xen-tools/arm-arch

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

2023-05-03 Thread Luca Fancellu
> On 2 May 2023, at 17:13, Anthony PERARD wrote: > > On Mon, Apr 24, 2023 at 07:02:45AM +0100, Luca Fancellu wrote: >> diff --git a/tools/include/xen-tools/arm-arch-capabilities.h >> b/tools/include/xen-tools/arm-arch-capabilities.h >> new file mode 100644 >> index ..ac44c8b14344 >

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

2023-05-02 Thread Anthony PERARD
On Mon, Apr 24, 2023 at 07:02:45AM +0100, Luca Fancellu wrote: > diff --git a/tools/include/xen-tools/arm-arch-capabilities.h > b/tools/include/xen-tools/arm-arch-capabilities.h > new file mode 100644 > index ..ac44c8b14344 > --- /dev/null > +++ b/tools/include/xen-tools/arm-arch-capab

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

2023-04-23 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