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
>>> 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
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