Re: [Xen-devel] [PATCH v5 2/9] xen: introduce SHUTDOWN_soft_reset shutdown reason

2015-01-13 Thread Ian Campbell
On Thu, 2014-12-11 at 14:45 +0100, Vitaly Kuznetsov wrote: > Signed-off-by: Vitaly Kuznetsov > --- > xen/common/shutdown.c | 7 +++ > xen/include/public/sched.h | 3 ++- > 2 files changed, 9 insertions(+), 1 deletion(-) > > diff --git a/xen/common/shutdown.c b/xen/common/shutdown.c > in

Re: [Xen-devel] [PATCH v5 2/9] xen: introduce SHUTDOWN_soft_reset shutdown reason

2014-12-18 Thread Jan Beulich
>>> On 11.12.14 at 14:45, wrote: > --- a/xen/common/shutdown.c > +++ b/xen/common/shutdown.c > @@ -71,6 +71,13 @@ void hwdom_shutdown(u8 reason) > break; /* not reached */ > } > > +case SHUTDOWN_soft_reset: > +{ > +printk("Domain 0 did soft reset but it is unsupport

[Xen-devel] [PATCH v5 2/9] xen: introduce SHUTDOWN_soft_reset shutdown reason

2014-12-11 Thread Vitaly Kuznetsov
Signed-off-by: Vitaly Kuznetsov --- xen/common/shutdown.c | 7 +++ xen/include/public/sched.h | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/xen/common/shutdown.c b/xen/common/shutdown.c index 94d4c53..5c3a158 100644 --- a/xen/common/shutdown.c +++ b/xen/common/sh