From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: xenbus and the message of doom Date: Thu, 5 Jan 2012 19:43:53 +0100 Message-ID: <20120105184353.GA13213@aepfle.de> References: <20111220131533.GA7800@aepfle.de> <20111220141612.GA25139@konrad-lan> <20208.50657.799146.57017@mariner.uk.xensource.com> <1324412394.8252.163.camel@dagon.hellion.org.uk> <20120102171631.GA13603@aepfle.de> <1325588512.25206.60.camel@zakaz.uk.xensource.com> <20120104155734.GA9271@aepfle.de> <1325694125.25206.299.camel@zakaz.uk.xensource.com> <20120104162708.GA26431@aepfle.de> <1325755560.25206.345.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1325755560.25206.345.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: Konrad Rzeszutek Wilk , "xen-devel@lists.xensource.com" , Ian Jackson , Stefan Bader , Konrad Rzeszutek Wilk List-Id: xen-devel@lists.xenproject.org On Thu, Jan 05, Ian Campbell wrote: > On Wed, 2012-01-04 at 16:27 +0000, Olaf Hering wrote: > > On Wed, Jan 04, Ian Campbell wrote: > > > > > I think the toolstack needs to be involved with this. IOW this should be > > > done in libxl__domain_make() around the same place as > > > control/platform-feature-multiprocessor-suspend is written. > > > > Isnt XS_RESET_WATCHES a feature of xenstored, so it should add its own stuff itself? > > Ultimately I think it needs to be the toolstack so that it can control > if this gets written or not based on configuration should that become > necessary. I have sent a patch to add control/platform-feature-xs_reset_watches from libxl/xend. With this patch a guest can now decide wether it can issue the XS_RESET_WATCHES command. Olaf