Re: [Xen-devel] [PATCH 2/3] xen: hypercall docs annotations for xen_sysctl_cpupool_op

2016-04-15 Thread Ian Jackson
Dario Faggioli writes ("Re: [PATCH 2/3] xen: hypercall docs annotations for xen_sysctl_cpupool_op"): > On Thu, 2016-04-14 at 18:07 +0100, Ian Jackson wrote: > > Signed-off-by: Ian Jackson > > CC: Jan Beulich > > CC: Tim Deegan > > > Reviewed-by: Dario Faggioli > > One thing, out of curiosity.

Re: [Xen-devel] [PATCH 2/3] xen: hypercall docs annotations for xen_sysctl_cpupool_op

2016-04-14 Thread Dario Faggioli
On Thu, 2016-04-14 at 18:07 +0100, Ian Jackson wrote: > Signed-off-by: Ian Jackson > CC: Jan Beulich > CC: Tim Deegan > Reviewed-by: Dario Faggioli One thing, out of curiosity. This syntax, here: > -/* XEN_SYSCTL_cpupool_op */ > +/* ` enum XEN_SYSCTL_cpupool_op { */ >  #define XEN_SYSCTL_CPUP

[Xen-devel] [PATCH 2/3] xen: hypercall docs annotations for xen_sysctl_cpupool_op

2016-04-14 Thread Ian Jackson
Signed-off-by: Ian Jackson CC: Jan Beulich CC: Tim Deegan --- xen/include/public/sysctl.h |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xen/include/public/sysctl.h b/xen/include/public/sysctl.h index 4596d20..0849908 100644 --- a/xen/include/public/sysctl.h +++ b/x