Re: [PATCH v2 07/15] xen: generate hypercall interface related code

2021-11-02 Thread Juergen Gross
On 02.11.21 11:43, Michal Orzel wrote: Hi Juergen, On 01.11.2021 16:20, Juergen Gross wrote: Instead of repeating similar data multiple times use a single source file and a generator script for producing prototypes and call sequences of the hypercalls. As the script already knows the number of

Re: [PATCH v2 07/15] xen: generate hypercall interface related code

2021-11-02 Thread Michal Orzel
Hi Juergen, On 01.11.2021 16:20, Juergen Gross wrote: > Instead of repeating similar data multiple times use a single source > file and a generator script for producing prototypes and call sequences > of the hypercalls. > > As the script already knows the number of parameters used add generating

Re: [PATCH v2 07/15] xen: generate hypercall interface related code

2021-11-02 Thread Juergen Gross
On 01.11.21 16:20, Juergen Gross wrote: Instead of repeating similar data multiple times use a single source file and a generator script for producing prototypes and call sequences of the hypercalls. As the script already knows the number of parameters used add generating a macro for populating

[PATCH v2 07/15] xen: generate hypercall interface related code

2021-11-01 Thread Juergen Gross
Instead of repeating similar data multiple times use a single source file and a generator script for producing prototypes and call sequences of the hypercalls. As the script already knows the number of parameters used add generating a macro for populating an array with the number of parameters per