From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756792Ab0F3P5Y (ORCPT ); Wed, 30 Jun 2010 11:57:24 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:64564 "EHLO SMTP.EU.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754677Ab0F3P5W (ORCPT ); Wed, 30 Jun 2010 11:57:22 -0400 X-IronPort-AV: E=Sophos;i="4.53,513,1272844800"; d="scan'208";a="675273" Date: Wed, 30 Jun 2010 16:57:35 +0100 From: Stefano Stabellini X-X-Sender: sstabellini@kaball-desktop To: Jeremy Fitzhardinge CC: Jan Beulich , "mingo@elte.hu" , "tglx@linutronix.de" , "hpa@zytor.com" , ksrinivasan , "linux-kernel@vger.kernel.org" , Stefano Stabellini Subject: Re: [PATCH 2/4, v2] x86: enlightenment for ticket spin locks - Xen implementation In-Reply-To: <4C2B1769.5090107@goop.org> Message-ID: References: <4C2A200F02000078000089E4@vpn.id2.novell.com> <4C2B1769.5090107@goop.org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 30 Jun 2010, Jeremy Fitzhardinge wrote: > On 06/29/2010 04:32 PM, Jan Beulich wrote: > > Use the (alternative instructions based) callout hooks to the ticket > > spinlock code to enlighten ticket locks when running fully virtualized > > on Xen. Ultimately, this code might also be a candidate to be used > > when running para-virtualized. > > > > I'm not sure what the gain is by making this independent of all the rest > of the Xen support in the kernel. Stefano is working on a series > (posted a few times now) to add more paravirtual features for Xen HVM > guests, and this work is conceptually very similar. My series has been stable since a while now and contains all the basic PV on HVM mechanisms you need, including parsing the cpuid and mapping the shared info page. Could you please rebase on my series (or at least the first two patches), so that we don't conflict with each other? Thanks, Stefano