Re: [Xen-devel] [PATCH] libxl: convert strings and ints to xenbus_state

2015-05-05 Thread Ian Campbell
On Fri, 2015-04-24 at 10:17 +0100, Wei Liu wrote: > On Fri, Apr 24, 2015 at 09:07:14AM +, 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.

Re: [Xen-devel] [PATCH] libxl: convert strings and ints to xenbus_state

2015-04-24 Thread Wei Liu
On Fri, Apr 24, 2015 at 09:07:14AM +, 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. > > N

[Xen-devel] [PATCH] libxl: convert strings and ints to xenbus_state

2015-04-24 Thread Olaf Hering
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 o