Re: [PATCH v3 05/13] xen: generate hypercall interface related code

2021-12-14 Thread Jan Beulich
On 08.12.2021 16:55, 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

[PATCH v3 05/13] xen: generate hypercall interface related code

2021-12-08 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