From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Use of the "has_shutdown_code" code in v3.2 Date: Thu, 30 Oct 2008 22:02:07 +0000 Message-ID: References: <40B551BEDC7945419A5897958AB3947CFBC70C@mtexch.marathontechnologies.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <40B551BEDC7945419A5897958AB3947CFBC70C@mtexch.marathontechnologies.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Roger Cruz , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 30/10/08 21:19, "Roger Cruz" wrote: > We're using the V3.2 of the hypervisor code and while tracking down a > suspend/resume bug, I came across the following code that caused me to > ask myself whether the "has_shutdown_code" should also be cleared when > the domain is resumed. You're musing on a flag which has never been part of mainline Xen. Looks like you're right though -- a tree which has the has_shutdown_code flag should clear it on domain resume. -- Keir