From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxl: convert strings and ints to xenbus_state Date: Tue, 5 May 2015 13:27:35 +0100 Message-ID: <1430828855.2660.68.camel@citrix.com> References: <1429866434-9568-1-git-send-email-olaf@aepfle.de> <20150424091707.GE21871@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150424091707.GE21871@zion.uk.xensource.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: Wei Liu Cc: Olaf Hering , Stefano Stabellini , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, 2015-04-24 at 10:17 +0100, Wei Liu wrote: > On Fri, Apr 24, 2015 at 09:07:14AM +0000, Olaf Hering wrote: > > Convert all plain ints and strings which are used for xenbus "state" > > files to xenbus_state. This makes it easier to find code which deals > > with backend/frontend state changes. > > > > Convert usage of libxl__sprintf to GCSPRINTF. > > > > No change in behaviour is expected by this change, beside a small > > increase of runtime memory usage in places that used a string constant. > > > > Signed-off-by: Olaf Hering > > Cc: Ian Jackson > > Cc: Stefano Stabellini > > Cc: Ian Campbell > > Cc: Wei Liu > > Acked-by: Wei Liu Likeiwse + applied.