Re: [Xen-devel] [PATCH V2] libxl: use LIBXL_API_VERSION 0x040200

2016-04-15 Thread Dario Faggioli
On Thu, 2016-04-14 at 16:35 -0600, Jim Fehlig wrote: > To ensure the libvirt libxl driver will build with future versions > of Xen where the libxl API may change in incompatible ways, > explicitly use LIBXL_API_VERSION 0x040200. The libxl driver > does use new libxl APIs that have been added since

[Xen-devel] [PATCH V2] libxl: use LIBXL_API_VERSION 0x040200

2016-04-14 Thread Jim Fehlig
To ensure the libvirt libxl driver will build with future versions of Xen where the libxl API may change in incompatible ways, explicitly use LIBXL_API_VERSION 0x040200. The libxl driver does use new libxl APIs that have been added since Xen 4.2, but currently it does not make use of any changes ma