All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: arm: indicate when we have early paniced
@ 2013-08-22 16:01 Ian Campbell
  2013-08-22 16:30 ` Julien Grall
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2013-08-22 16:01 UTC (permalink / raw)
  To: xen-devel; +Cc: julien.grall, tim, Ian Campbell, stefano.stabellini

Otherwise the hypervisor simply appears to stop after a message which may or
may not look all that severe.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 xen/arch/arm/early_printk.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/xen/arch/arm/early_printk.c b/xen/arch/arm/early_printk.c
index ca151a5..058d044 100644
--- a/xen/arch/arm/early_printk.c
+++ b/xen/arch/arm/early_printk.c
@@ -61,5 +61,7 @@ early_panic(const char *fmt, ...)
     early_vprintk(fmt, args);
     va_end(args);
 
+    early_printk("\nEarly Panic: Stopping\n");
+
     while(1);
 }
-- 
1.7.2.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-27 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-22 16:01 [PATCH] xen: arm: indicate when we have early paniced Ian Campbell
2013-08-22 16:30 ` Julien Grall
2013-08-27 13:45   ` Ian Campbell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.