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.
>>
>>
>>> 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
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