Jan Beulich
2006-Feb-28 16:49 UTC
[Xen-devel] [PATCH] linux: make xencons separately configurable and modular
This is a little more involved because there had been hard calls into the console code from reboot.c. Only compile tested so far. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2006-Feb-28 17:33 UTC
Re: [Xen-devel] [PATCH] linux: make xencons separately configurable and modular
On 28 Feb 2006, at 16:49, Jan Beulich wrote:> This is a little more involved because there had been hard calls into > the console code from reboot.c. Only compile > tested so far.Why would you want to make the console driver modular? It''s the only way for domains to get early boot information out to the user. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jan Beulich
2006-Mar-01 08:24 UTC
Re: [Xen-devel] [PATCH] linux: make xencons separately configurable and modular
>>> Keir Fraser <Keir.Fraser@cl.cam.ac.uk> 28.02.06 18:33:23 >>> > >On 28 Feb 2006, at 16:49, Jan Beulich wrote: > >> This is a little more involved because there had been hard calls into >> the console code from reboot.c. Only compile >> tested so far. > >Why would you want to make the console driver modular? It''s the only >way for domains to get early boot information out to the user.Right. But dom0 doesn''t necessarily need this early on, nor would a kernel running on micro-Xen need it. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel