Re: [libvirt] [PATCH 04/12] libxl: Add libxl_version_info to libxlDriverPrivate

2013-09-02 Thread Daniel P. Berrange
On Fri, Aug 30, 2013 at 03:46:50PM -0600, Jim Fehlig wrote: > libxl version info is static data as far as the libxl driver > is concerned, so retrieve this info when the driver is initialized > and stash it in the libxlDriverPrivate object. Subsequently use > the stashed info instead of repeatedly

Re: [libvirt] [PATCH 04/12] libxl: Add libxl_version_info to libxlDriverPrivate

2013-09-02 Thread Michal Privoznik
On 30.08.2013 23:46, Jim Fehlig wrote: > libxl version info is static data as far as the libxl driver > is concerned, so retrieve this info when the driver is initialized > and stash it in the libxlDriverPrivate object. Subsequently use > the stashed info instead of repeatedly calling libxl_get_ve

[libvirt] [PATCH 04/12] libxl: Add libxl_version_info to libxlDriverPrivate

2013-08-30 Thread Jim Fehlig
libxl version info is static data as far as the libxl driver is concerned, so retrieve this info when the driver is initialized and stash it in the libxlDriverPrivate object. Subsequently use the stashed info instead of repeatedly calling libxl_get_version_info(). Signed-off-by: Jim Fehlig ---