From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. Date: Fri, 16 Feb 2007 10:44:02 +0000 Message-ID: References: <45D58531.4010808@vmware.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <45D58531.4010808@vmware.com> Sender: linux-kernel-owner@vger.kernel.org To: Zachary Amsden , 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 List-Id: virtualization@lists.linuxfoundation.org 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? :-) -- Keir