From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 6/6] xen kexec: reset device state to Initializing during reboot Date: Wed, 27 Jul 2011 14:14:36 +0200 Message-ID: <20110727121436.GA14626@aepfle.de> References: <20110726115209.655568638@aepfle.de> <20110726115211.489145690@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Wed, Jul 27, Stefano Stabellini wrote: > It looks like this code path is going to be triggered every time we shut > down a PV on HVM guest. I think we should avoid going into > XenbusStateInitialising on normal shut down or reboot. There is currently no way to know wether its a reboot via kexec. That would be a different patch. Olaf