Re: [Xen-devel] [PATCH v2 5/9] x86/hypercall: Move the hypercall tables into C

2016-09-06 Thread Andrew Cooper
On 06/09/16 11:37, Jan Beulich wrote: On 06.09.16 at 12:12, wrote: >> Editing (and indeed, finding) the hypercall tables can be tricky, especially >> towards the end where .rept's are used to maintain the correct layout. >> >> Move this all into C, and let the compiler do the hard work. >> >>

Re: [Xen-devel] [PATCH v2 5/9] x86/hypercall: Move the hypercall tables into C

2016-09-06 Thread Jan Beulich
>>> On 06.09.16 at 12:12, wrote: > Editing (and indeed, finding) the hypercall tables can be tricky, especially > towards the end where .rept's are used to maintain the correct layout. > > Move this all into C, and let the compiler do the hard work. > > To do this, xen/hypercall.h and asm-x86/hy

[Xen-devel] [PATCH v2 5/9] x86/hypercall: Move the hypercall tables into C

2016-09-06 Thread Andrew Cooper
Editing (and indeed, finding) the hypercall tables can be tricky, especially towards the end where .rept's are used to maintain the correct layout. Move this all into C, and let the compiler do the hard work. To do this, xen/hypercall.h and asm-x86/hypercall.h need to contain prototypes for all t