From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xenstored: allow guests to reintroduce themselves Date: Tue, 9 Aug 2011 11:34:29 +0200 Message-ID: <20110809093429.GC7283@aepfle.de> References: <1312880369.26263.33.camel@zakaz.uk.xensource.com> <20110809091714.GA6436@aepfle.de> <1312881938.26263.52.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <1312881938.26263.52.camel@zakaz.uk.xensource.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: Ian Campbell Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Tue, Aug 09, Ian Campbell wrote: > > This patch is only for kexec boots, with kdump the crash in the kdump > > kernel may happen as well but so far I have not seen it. Maybe because > > the kdump kernel runs in its own memory range. I think the kernel still has some bug with watch handling, since the crash is (in my testing) a jump to NULL. Its worth debugging that part. > > If you prefer, kexec can be modified to check for certain xenstored > > properties. > > That might be a good place to check, although I think we are still > missing the mechanism to expose such properties... Is there no way for an application running in a guest to query xenstore properties? Olaf