Re: [Xen-devel] [PATCH v2] libxl: include a XLU_Config in _libxlDriverConfig

2015-05-08 Thread Jim Fehlig
Olaf Hering wrote: > Upcoming changes for vscsi will use libxlutil.so to prepare the > configuration for libxl. The helpers needs a xlu struct for logging. > s/needs a/need an/ > Provide one and reuse the existing output as log target. > > Signed-off-by: Olaf Hering > Cc: Jim Fehlig > --- >

[Xen-devel] [PATCH v2] libxl: include a XLU_Config in _libxlDriverConfig

2015-05-07 Thread Olaf Hering
Upcoming changes for vscsi will use libxlutil.so to prepare the configuration for libxl. The helpers needs a xlu struct for logging. Provide one and reuse the existing output as log target. Signed-off-by: Olaf Hering Cc: Jim Fehlig --- v2: - call xlu_cfg_destroy, unconditionally - fix cpp ind