From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 0/2 V3] fix rename: xenstore not fully updated Date: Tue, 25 Nov 2014 15:58:33 +0000 Message-ID: <1416931113.11944.7.camel@citrix.com> References: <1416378851-32236-1-git-send-email-cyliu@suse.com> <21612.32360.328456.516321@mariner.uk.xensource.com> <20141119212505.GJ20440@laptop.dumpdata.com> <1416497310.14429.20.camel@citrix.com> <20141121170103.GA8314@laptop.dumpdata.com> <1416924781.32327.23.camel@citrix.com> <20141125155130.GE29886@konrad-lan.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20141125155130.GE29886@konrad-lan.dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Konrad Rzeszutek Wilk Cc: Ian Jackson , wei.liu2@citrix.com, Chunyan Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, 2014-11-25 at 10:51 -0500, Konrad Rzeszutek Wilk wrote: > Right, so with the reassurance text added on: > Release-Acked-by: Konrad Rzeszutek Wilk Thanks. Chunyan, I propose to commit adding the following to the commit text of "[PATCH 1/2 V3] remove domain field in xenstore backend dir": The correct way to obtain a domain's name is via libxl_domid_to_name(), or by reading from /local/domain/$DOMID/name for toolstacks not using libxl. Does that sound OK to you? Ian.