Vitaly Kuznetsov writes ("[PATCH v8 09/11] libxc: support XEN_DOMCTL_soft_reset
operation"):
> Introduce xc_domain_soft_reset() function supporting XEN_DOMCTL_soft_reset.
This is a sane-looking hypercall wrapper, so
Acked-by: Ian Jackson
Ian.
___
Xe
On Tue, Jun 23, 2015 at 06:11:51PM +0200, Vitaly Kuznetsov wrote:
> Introduce xc_domain_soft_reset() function supporting XEN_DOMCTL_soft_reset.
>
> Signed-off-by: Vitaly Kuznetsov
Well, that is easy to review :-)
Reviewed-by: Konrad Rzeszutek Wilk
> ---
> tools/libxc/include/xenctrl.h | 3 +++
On Tue, Jun 23, 2015 at 06:11:51PM +0200, Vitaly Kuznetsov wrote:
> Introduce xc_domain_soft_reset() function supporting XEN_DOMCTL_soft_reset.
>
> Signed-off-by: Vitaly Kuznetsov
Acked-by: Wei Liu
> ---
> tools/libxc/include/xenctrl.h | 3 +++
> tools/libxc/xc_domain.c | 9 +
>
Introduce xc_domain_soft_reset() function supporting XEN_DOMCTL_soft_reset.
Signed-off-by: Vitaly Kuznetsov
---
tools/libxc/include/xenctrl.h | 3 +++
tools/libxc/xc_domain.c | 9 +
2 files changed, 12 insertions(+)
diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/