Re: [Xen-devel] [PATCH for 4.6 v4 1/3] libxc: introduce xc_domain_getvnuma

2015-09-11 Thread Wei Liu
On Fri, Sep 11, 2015 at 02:50:07PM +0100, Wei Liu wrote: > A simple wrapper for XENMEM_get_vnumainfo. > > Signed-off-by: Wei Liu > Acked-by: Ian Campbell > --- > v4: rebase on top of staging Note that this patch needs some trivial contextual adjustment when being applied to staging-4.6. If you

[Xen-devel] [PATCH for 4.6 v4 1/3] libxc: introduce xc_domain_getvnuma

2015-09-11 Thread Wei Liu
A simple wrapper for XENMEM_get_vnumainfo. Signed-off-by: Wei Liu Acked-by: Ian Campbell --- v4: rebase on top of staging --- tools/libxc/include/xenctrl.h | 18 +++ tools/libxc/xc_domain.c | 53 +++ 2 files changed, 71 insertions(+) di