Re: [Xen-devel] [PATCH v3 08/11] tmem/sysctl: Use 'struct tmem_oid' for every user.

2015-08-31 Thread Jan Beulich
>>> On 28.08.15 at 20:53, wrote: > Patch "tmem: Make the uint64_t oid[3] a proper structure: > tmem_oid" converted the sysctl API to use an > proper structure. But it did not do it for the tmem hypercall. > > This expands that and converts the tmem hypercall. For this > to work we define the stru

[Xen-devel] [PATCH v3 08/11] tmem/sysctl: Use 'struct tmem_oid' for every user.

2015-08-28 Thread Konrad Rzeszutek Wilk
Patch "tmem: Make the uint64_t oid[3] a proper structure: tmem_oid" converted the sysctl API to use an proper structure. But it did not do it for the tmem hypercall. This expands that and converts the tmem hypercall. For this to work we define the struct in tmem.h and include it in sysctl.h. This