From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Katz Subject: [PATCH] Paravirt framebuffer: Use only if requested [6/6] Date: Fri, 18 Aug 2006 17:05:19 -0400 Message-ID: <1155935119.11663.54.camel@aglarond.local> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel Cc: Ian Pratt , Anthony Liguori , Christian Limpach , Markus Armbruster List-Id: xen-devel@lists.xenproject.org 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 Jeremy