Re: [Xen-devel] [PATCH] xen: arm: enable sync console in machine_reboot.

2015-01-27 Thread Ian Campbell
On Thu, 2015-01-15 at 12:57 +, Julien Grall wrote: > Hi Ian, > > On 15/01/15 11:22, Ian Campbell wrote: > > Otherwise the last thing printed is "(XE" or something. > > > > In line with x86 also disable the watchdog and spin debugging. > > > > Signed-off-by: Ian Campbell > > Reviewed-by: Ju

Re: [Xen-devel] [PATCH] xen: arm: enable sync console in machine_reboot.

2015-01-15 Thread Ian Campbell
On Thu, 2015-01-15 at 12:57 +, Julien Grall wrote: > Hi Ian, > > On 15/01/15 11:22, Ian Campbell wrote: > > Otherwise the last thing printed is "(XE" or something. > > > > In line with x86 also disable the watchdog and spin debugging. > > > > Signed-off-by: Ian Campbell > > Reviewed-by: Ju

Re: [Xen-devel] [PATCH] xen: arm: enable sync console in machine_reboot.

2015-01-15 Thread Julien Grall
Hi Ian, On 15/01/15 11:22, Ian Campbell wrote: > Otherwise the last thing printed is "(XE" or something. > > In line with x86 also disable the watchdog and spin debugging. > > Signed-off-by: Ian Campbell Reviewed-by: Julien Grall > --- > xen/arch/arm/shutdown.c |4 > 1 file changed

[Xen-devel] [PATCH] xen: arm: enable sync console in machine_reboot.

2015-01-15 Thread Ian Campbell
Otherwise the last thing printed is "(XE" or something. In line with x86 also disable the watchdog and spin debugging. Signed-off-by: Ian Campbell --- xen/arch/arm/shutdown.c |4 1 file changed, 4 insertions(+) diff --git a/xen/arch/arm/shutdown.c b/xen/arch/arm/shutdown.c index 4988b