Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932996AbXBPK6l (ORCPT ); Fri, 16 Feb 2007 05:58:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932991AbXBPK6l (ORCPT ); Fri, 16 Feb 2007 05:58:41 -0500 Received: from smtp-outbound-1.vmware.com ([65.113.40.141]:54992 "EHLO smtp-outbound-1.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932996AbXBPK6k (ORCPT ); Fri, 16 Feb 2007 05:58:40 -0500 Message-ID: <45D58D88.5020801@vmware.com> Date: Fri, 16 Feb 2007 02:55:04 -0800 From: Zachary Amsden User-Agent: Thunderbird 1.5.0.9 (X11/20061206) MIME-Version: 1.0 To: Keir Fraser CC: Jeremy Fitzhardinge , xen-devel@lists.xensource.com, Andi Kleen , Dan Hecht , linux-kernel@vger.kernel.org, Chris Wright , Ian Pratt , virtualization@lists.osdl.org, Andrew Morton , Steven Hand Subject: Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 26 Keir Fraser wrote: > On 16/2/07 10:19, "Zachary Amsden" wrote: > > >> Doesn't stop_machine_run already take care of getting you out of all >> kernel threads? So you can only be sleeping, not preempted, in which >> case, this might not be an issue? >> > > It ensures that no (non-stopmachine) threads are running on any of the other > CPUs, but it doesn't guarantee that all threads are at any form of quiescent > point. They can certainly have private references to machine addresses. > > Otherwise, what would be the point of the process freezer? :-) > Yeah, I was over-hoping on that one. At least thought it was worth suggesting as a starting point. I had similar issues considering loading VMI as a module at runtime. Zach - 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/