Re: [Xen-devel] [PATCH 3/4] Xen: Select correct dom0 console

2016-07-12 Thread Julien Grall
Hi Andrew, On 20/06/16 16:09, Andre Przywara wrote: From: Ian Campbell If Xen is enabled, tell Dom0 to use the 'hvc0' console, and fall back to the usual ttyAMA0 otherwise. Signed-off-by: Ian Campbell Signed-off-by: Christoffer Dall Signed-off-by: Andre Przywara Reviewed-by: Julien Grall

[Xen-devel] [PATCH 3/4] Xen: Select correct dom0 console

2016-06-20 Thread Andre Przywara
From: Ian Campbell If Xen is enabled, tell Dom0 to use the 'hvc0' console, and fall back to the usual ttyAMA0 otherwise. Signed-off-by: Ian Campbell Signed-off-by: Christoffer Dall Signed-off-by: Andre Przywara --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --