Re: [Xen-devel] [PATCHv1 2/5] tools/libxc: add xc_domain_get_param() and xc_domain_set_param()

2016-02-18 Thread Andrew Cooper
On 18/02/16 18:52, David Vrabel wrote: > These are a thin wrapper around the XEN_DOMCTL_param hypercall. > > Signed-off-by: David Vrabel Reviewed-by: Andrew Cooper ___ Xen-devel mailing list

[Xen-devel] [PATCHv1 2/5] tools/libxc: add xc_domain_get_param() and xc_domain_set_param()

2016-02-18 Thread David Vrabel
These are a thin wrapper around the XEN_DOMCTL_param hypercall. Signed-off-by: David Vrabel --- tools/libxc/include/xenctrl.h | 5 + tools/libxc/xc_domain.c | 35 +++ 2 files changed, 40 insertions(+) diff --git