Re: [Xen-devel] [PATCH v3 14/23] libxl: info: Display build_id of the hypervisor.

2016-02-15 Thread Wei Liu
On Fri, Feb 12, 2016 at 01:05:52PM -0500, Konrad Rzeszutek Wilk wrote: > If the hypervisor is built with we will display it. > > Signed-off-by: Konrad Rzeszutek Wilk > --- > v2: Include HAVE_*, use libxl_zalloc, s/rc/ret/ > v3: Retry with different size if 1020 is not enough. > --- > tools/libxl

[Xen-devel] [PATCH v3 14/23] libxl: info: Display build_id of the hypervisor.

2016-02-12 Thread Konrad Rzeszutek Wilk
If the hypervisor is built with we will display it. Signed-off-by: Konrad Rzeszutek Wilk --- v2: Include HAVE_*, use libxl_zalloc, s/rc/ret/ v3: Retry with different size if 1020 is not enough. --- tools/libxl/libxl.c | 45 + tools/libxl/libxl.