From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 2/6] xen/hvm kexec: unregister shutdown+sysrq watches during reboot Date: Tue, 26 Jul 2011 16:28:14 +0200 Message-ID: <20110726142814.GA4748@aepfle.de> References: <20110726115209.655568638@aepfle.de> <20110726115210.329657070@aepfle.de> <20110726141739.GD5994@dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <20110726141739.GD5994@dumpdata.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: Konrad Rzeszutek Wilk Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, Jul 26, Konrad Rzeszutek Wilk wrote: > On Tue, Jul 26, 2011 at 01:52:11PM +0200, Olaf Hering wrote: > > Unregister the shutdown and sysrq watch during kexec. The watches can > > not be re-registered in the kexec kernel because they are still seen as > > busy by xenstore. > > So this is the PV or HVM guest doing the kexec? Its for HVM guests with PV drivers. Olaf