Re: [Xen-devel] [PATCH v7 02/10] libxl: support SHUTDOWN_soft_reset shutdown reason

2015-06-02 Thread Ian Campbell
On Wed, 2015-05-27 at 17:25 +0200, Vitaly Kuznetsov wrote: > Use letter 'S' to indicate a domain in such state. > > Signed-off-by: Vitaly Kuznetsov Assuming the hypervisor side is found acceptable: Acked-by: Ian Campbell ___ Xen-devel mailing list

[Xen-devel] [PATCH v7 02/10] libxl: support SHUTDOWN_soft_reset shutdown reason

2015-05-27 Thread Vitaly Kuznetsov
Use letter 'S' to indicate a domain in such state. Signed-off-by: Vitaly Kuznetsov --- Changes in v7: - Remove LIBXL_HAVE_SHUTDWON_REASON_SOFT_RESET, the functionality will be advertised with LIBXL_HAVE_SOFT_RESET with the implementation [Wei Liu] --- tools/libxl/libxl_types.idl | 1 + t