|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options a
To: |
Zachary Amsden <zach@xxxxxxxxxx>, Keir Fraser <keir@xxxxxxxxxxxxx> |
Subject: |
Re: [Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. |
From: |
Keir Fraser <keir@xxxxxxxxxxxxx> |
Date: |
Fri, 16 Feb 2007 10:44:02 +0000 |
Cc: |
Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx, Ian Pratt <ian.pratt@xxxxxxxxxxxxx>, Dan Hecht <dhecht@xxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx, Chris Wright <chrisw@xxxxxxxxxxxx>, Andi Kleen <ak@xxxxxx>, virtualization@xxxxxxxxxxxxxx, Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>, Steven Hand <steven.hand@xxxxxxxxxxxx> |
Delivery-date: |
Fri, 16 Feb 2007 02:43:52 -0800 |
Envelope-to: |
www-data@xxxxxxxxxxxxxxxxxx |
In-reply-to: |
<45D58531.4010808@xxxxxxxxxx> |
List-help: |
<mailto:xen-devel-request@lists.xensource.com?subject=help> |
List-id: |
Xen developer discussion <xen-devel.lists.xensource.com> |
List-post: |
<mailto:xen-devel@lists.xensource.com> |
List-subscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe> |
List-unsubscribe: |
<http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe> |
Sender: |
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx |
Thread-index: |
AcdRt18dnW0/Pr2qEduvqQAX8io7RQ== |
Thread-topic: |
[Xen-devel] Re: [patch 14/21] Xen-paravirt: Add XEN config options and disable unsupported config options. |
User-agent: |
Microsoft-Entourage/11.2.5.060620 |
On 16/2/07 10:19, "Zachary Amsden" <zach@xxxxxxxxxx> 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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|