Jeremy Katz
2006-Aug-18 21:05 UTC
[Xen-devel] [PATCH] Paravirt framebuffer: Use only if requested [6/6]
If we''re not set up to use a graphical console for the guest, then we need to ensure that the xvc console ends up as the primary console. This also should make it so that we can lose the console_use_vt bits. Signed-off-by: Jeremy Katz <katzj@redhat.com> Jeremy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Jeremy Katz
2006-Aug-18 21:15 UTC
Re: [Xen-devel] [PATCH] Paravirt framebuffer: Use only if requested [6/6]
On Fri, 2006-08-18 at 17:05 -0400, Jeremy Katz wrote:> If we''re not set up to use a graphical console for the guest, then we > need to ensure that the xvc console ends up as the primary console. > This also should make it so that we can lose the console_use_vt bits. > > Signed-off-by: Jeremy Katz <katzj@redhat.com>Helps to attach it... Jeremy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Markus Armbruster
2006-Aug-21 14:18 UTC
Re: [Xen-devel] [PATCH] Paravirt framebuffer: Use only if requested [6/6]
Jeremy Katz <katzj@redhat.com> writes:> On Fri, 2006-08-18 at 17:05 -0400, Jeremy Katz wrote: >> If we''re not set up to use a graphical console for the guest, then we >> need to ensure that the xvc console ends up as the primary console. >> This also should make it so that we can lose the console_use_vt bits. >> >> Signed-off-by: Jeremy Katz <katzj@redhat.com>[...]> diff -r fccccf63eb85 -r e1f90db3f153 linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c > --- a/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Aug 18 16:31:16 2006 -0400 > +++ b/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Aug 18 16:31:31 2006 -0400 > @@ -1873,9 +1873,6 @@ void __init setup_arch(char **cmdline_p) > } else { > #if defined(CONFIG_VT) && defined(CONFIG_DUMMY_CONSOLE) > conswitchp = &dummy_con; > -#else > - extern int console_use_vt; > - console_use_vt = 0; > #endif > } > }Same change to arch/ia64/kernel/setup.c and arch/x86_64/kernel/setup-xen.c. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel