From: Markus Armbruster <armbru@redhat.com>
To: Jeremy Katz <katzj@redhat.com>
Cc: Ian Pratt <ian.pratt@xensource.com>,
Anthony Liguori <aliguori@us.ibm.com>,
xen-devel <xen-devel@lists.xensource.com>,
Christian Limpach <chris@xensource.com>
Subject: Re: [PATCH] Paravirt framebuffer: Use only if requested [6/6]
Date: Mon, 21 Aug 2006 16:18:33 +0200 [thread overview]
Message-ID: <87hd06uq86.fsf@pike.pond.sub.org> (raw)
In-Reply-To: <1155935753.11663.58.camel@aglarond.local> (Jeremy Katz's message of "Fri, 18 Aug 2006 17:15:53 -0400")
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.
prev parent reply other threads:[~2006-08-21 14:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-18 21:05 [PATCH] Paravirt framebuffer: Use only if requested [6/6] Jeremy Katz
2006-08-18 21:15 ` Jeremy Katz
2006-08-21 14:18 ` Markus Armbruster [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87hd06uq86.fsf@pike.pond.sub.org \
--to=armbru@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=chris@xensource.com \
--cc=ian.pratt@xensource.com \
--cc=katzj@redhat.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.