Re: [Xen-devel] [PATCH v9 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason

2015-07-24 Thread Jan Beulich
>>> On 16.07.15 at 18:27, wrote: > --- a/xen/include/public/sched.h > +++ b/xen/include/public/sched.h > @@ -159,7 +159,16 @@ DEFINE_XEN_GUEST_HANDLE(sched_watchdog_t); > #define SHUTDOWN_suspend2 /* Clean up, save suspend info, kill. > */ > #define SHUTDOWN_crash 3 /* Tell c

Re: [Xen-devel] [PATCH v9 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason

2015-07-16 Thread Konrad Rzeszutek Wilk
On Thu, Jul 16, 2015 at 06:27:16PM +0200, Vitaly Kuznetsov wrote: > This special type of shutdown is supposed to be used by PVHVM guests when > they want to perform some sort of kexec/kdump. > > Signed-off-by: Vitaly Kuznetsov Reviewed-by: Konrad Rzeszutek Wilk > --- > Changes since v8: > - des

[Xen-devel] [PATCH v9 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason

2015-07-16 Thread Vitaly Kuznetsov
This special type of shutdown is supposed to be used by PVHVM guests when they want to perform some sort of kexec/kdump. Signed-off-by: Vitaly Kuznetsov --- Changes since v8: - describe the expected behavior for 'soft reset' [Ian Jackson] --- xen/common/shutdown.c | 6 ++ xen/include/p