WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH] Paravirt framebuffer: Use only if requested [6/6

To: Jeremy Katz <katzj@xxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH] Paravirt framebuffer: Use only if requested [6/6]
From: Markus Armbruster <armbru@xxxxxxxxxx>
Date: Mon, 21 Aug 2006 16:18:33 +0200
Cc: Ian Pratt <ian.pratt@xxxxxxxxxxxxx>, Anthony Liguori <aliguori@xxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Christian Limpach <chris@xxxxxxxxxxxxx>
Delivery-date: Mon, 21 Aug 2006 07:19:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1155935753.11663.58.camel@xxxxxxxxxxxxxx> (Jeremy Katz's message of "Fri, 18 Aug 2006 17:15:53 -0400")
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1155935119.11663.54.camel@xxxxxxxxxxxxxx> <1155935753.11663.58.camel@xxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)
Jeremy Katz <katzj@xxxxxxxxxx> 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@xxxxxxxxxx>
[...]
> 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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>