From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Xen 3.1 - Can't run Fedora Core 1 PV Date: Thu, 19 Jul 2007 17:49:04 +0100 Message-ID: <1184863744.1863.2.camel@localhost.localdomain> References: <1184262714.1152.81.camel@localhost.localdomain> <20070719115935.GA5327@craig-wood.com> <1184848171.20754.39.camel@localhost.localdomain> <20070719133324.GA6565@craig-wood.com> <1184853012.20754.48.camel@localhost.localdomain> <20070719163454.GA8493@craig-wood.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070719163454.GA8493@craig-wood.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Nick Craig-Wood Cc: xen-devel@lists.xensource.com, Keir Fraser List-Id: xen-devel@lists.xenproject.org On Thu, 2007-07-19 at 17:34 +0100, Nick Craig-Wood wrote: > That fixes the problem. The original kernel I started with works fine > with vdso=0 as does the xen 3.1 binary release. Phew! > As I understand it vdso enables use of the faster sysenter rather than > int80 for sys calls. So disabling it will slow down syscalls slightly > but otherwise shouldn't matter. Is that right? On native yes but under Xen sysenter isn't available so you are using int80 anyway. Cheers, Ian.