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] [RFC PATCH 01/35] Add XEN config options and disable uns

To: Chris Wright <chrisw@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] [RFC PATCH 01/35] Add XEN config options and disable unsupported config options.
From: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 10 May 2006 16:36:58 +0100
Cc: virtualization@xxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Ian Pratt <ian.pratt@xxxxxxxxxxxxx>, Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
Delivery-date: Wed, 10 May 2006 08:25:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20060509085145.790527000@xxxxxxxxxxxx>
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: <20060509084945.373541000@xxxxxxxxxxxx> <20060509085145.790527000@xxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Maw, 2006-05-09 at 00:00 -0700, Chris Wright wrote:
> plain text document atodiad (config-xen)
> The XEN config option is selected from the i386 subarch menu by
> choosing the X86_XEN "Xen-compatible" subarch.

You need this as well. At least if I read the logic right with regards
to Xen and traps it is safe to do the following (although probably not
safe to run Xen on such a physical system anyway)

Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

--- arch/i386/Kconfig.cpu~      2006-05-10 15:51:44.956941304 +0100
+++ arch/i386/Kconfig.cpu       2006-05-10 15:51:44.956941304 +0100
@@ -251,7 +251,7 @@
 
 config X86_F00F_BUG
        bool
-       depends on M586MMX || M586TSC || M586 || M486 || M386
+       depends on ( M586MMX || M586TSC || M586 || M486 || M386 ) && !XEN
        default y
 
 config X86_WP_WORKS_OK


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

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