[Pkg-xen-devel] xen 2.6.26 on amd64 console troubles
Bastian Blank
waldi at debian.org
Fri Oct 17 09:17:15 UTC 2008
On Thu, Oct 16, 2008 at 10:50:45PM +0100, Ian Campbell wrote:
> @@ -205,6 +213,12 @@
> xc_num = 0;
> break;
>
> + case XC_HVC:
> + strcpy(kcons_info.name, "hvc");
> + if (xc_num == -1)
> + xc_num = 0;
+ if (!is_initial_xendomain())
+ add_preferred_console(kcons_info.name, xc_num, NULL);
> + break;
> +
> case XC_SERIAL:
> strcpy(kcons_info.name, "ttyS");
> if (xc_num == -1)
More information about the Pkg-xen-devel
mailing list