Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762237AbXHHL7S (ORCPT ); Wed, 8 Aug 2007 07:59:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753490AbXHHL7I (ORCPT ); Wed, 8 Aug 2007 07:59:08 -0400 Received: from ms-smtp-05.nyroc.rr.com ([24.24.2.59]:58831 "EHLO ms-smtp-05.nyroc.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753420AbXHHL7G (ORCPT ); Wed, 8 Aug 2007 07:59:06 -0400 Date: Wed, 8 Aug 2007 07:58:06 -0400 (EDT) From: Steven Rostedt X-X-Sender: rostedt@gandalf.stny.rr.com To: Andi Kleen cc: Glauber de Oliveira Costa , linux-kernel@vger.kernel.org, akpm@linux-foundation.org, rusty@rustcorp.com.au, mingo@elte.hu, chrisw@sous-sol.org, jeremy@goop.org, avi@qumranet.com, anthony@codemonkey.ws, virtualization@lists.linux-foundation.org, lguest@ozlabs.org Subject: Re: [PATCH 25/25] [PATCH] add paravirtualization support for x86_64 In-Reply-To: <200708081200.13669.ak@suse.de> Message-ID: References: <11865467522495-git-send-email-gcosta@redhat.com> <1186546847263-git-send-email-gcosta@redhat.com> <11865468513077-git-send-email-gcosta@redhat.com> <200708081200.13669.ak@suse.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 899 Lines: 22 On Wed, 8 Aug 2007, Andi Kleen wrote: > Strictly you would at least need a !X86_VSMP dependency, but > with the vsmp change i requested that will be unnecessary > > Is this really synced with the latest version of the i386 code? Glauber started the paravirt ops 64 a second time around, from scratch using the PVOPS of i386 as a base. But since we couldn't just take a the PVOPS patch from i386 and apply it to x86_64, this was mainly done by looking at i386 code and massaging it for x86_64. Somethings may have slipped (and we may have been looking at different versions of PVOPS). It's not easy trying to keep up with a moving target ;-) -- Steve - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/