Re: [Xen-devel] [PATCH for-4.5] libxl: expose #define to 4.5 and above

2014-12-04 Thread Ian Campbell
On Wed, 2014-12-03 at 11:20 -0500, Konrad Rzeszutek Wilk wrote: > On Wed, Dec 03, 2014 at 10:50:34AM +, Ian Campbell wrote: > > On Wed, 2014-12-03 at 10:41 +, Wei Liu wrote: > > > In e3abab74 (libxl: un-constify return value of libxl_basename), the > > > macro was exposed to releases < 4.5.

Re: [Xen-devel] [PATCH for-4.5] libxl: expose #define to 4.5 and above

2014-12-03 Thread Konrad Rzeszutek Wilk
On Wed, Dec 03, 2014 at 10:50:34AM +, Ian Campbell wrote: > On Wed, 2014-12-03 at 10:41 +, Wei Liu wrote: > > In e3abab74 (libxl: un-constify return value of libxl_basename), the > > macro was exposed to releases < 4.5. However only new code is able to > > make use of that macro so it shoul

Re: [Xen-devel] [PATCH for-4.5] libxl: expose #define to 4.5 and above

2014-12-03 Thread Andrew Cooper
On 03/12/14 10:41, Wei Liu wrote: > In e3abab74 (libxl: un-constify return value of libxl_basename), the > macro was exposed to releases < 4.5. However only new code is able to > make use of that macro so it should be exposed to releases >= 4.5. > > Signed-off-by: Wei Liu > Cc: Ian Campbell > Cc:

Re: [Xen-devel] [PATCH for-4.5] libxl: expose #define to 4.5 and above

2014-12-03 Thread Ian Campbell
On Wed, 2014-12-03 at 10:41 +, Wei Liu wrote: > In e3abab74 (libxl: un-constify return value of libxl_basename), the > macro was exposed to releases < 4.5. However only new code is able to > make use of that macro so it should be exposed to releases >= 4.5. > > Signed-off-by: Wei Liu > Cc: Ia

[Xen-devel] [PATCH for-4.5] libxl: expose #define to 4.5 and above

2014-12-03 Thread Wei Liu
In e3abab74 (libxl: un-constify return value of libxl_basename), the macro was exposed to releases < 4.5. However only new code is able to make use of that macro so it should be exposed to releases >= 4.5. Signed-off-by: Wei Liu Cc: Ian Campbell Cc: Ian Jackson Cc: Andrew Cooper --- tools/lib