Re: [Xen-devel] [PATCH v4 02/13] libxl: add generic functions to get and free device list

2017-09-06 Thread Oleksandr Grytsov
On Tue, Sep 5, 2017 at 2:51 PM, Wei Liu wrote: > On Tue, Jul 18, 2017 at 05:25:19PM +0300, Oleksandr Grytsov wrote: >> From: Oleksandr Grytsov >> >> Add libxl__device_list and libxl__device_list_free >> functions to handle device list using the device >> framework. >> >> Signed-off-by: Oleksandr

Re: [Xen-devel] [PATCH v4 02/13] libxl: add generic functions to get and free device list

2017-09-05 Thread Wei Liu
On Tue, Jul 18, 2017 at 05:25:19PM +0300, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > Add libxl__device_list and libxl__device_list_free > functions to handle device list using the device > framework. > > Signed-off-by: Oleksandr Grytsov > --- > tools/libxl/libxl_device.c | 66 >

[Xen-devel] [PATCH v4 02/13] libxl: add generic functions to get and free device list

2017-07-18 Thread Oleksandr Grytsov
From: Oleksandr Grytsov Add libxl__device_list and libxl__device_list_free functions to handle device list using the device framework. Signed-off-by: Oleksandr Grytsov --- tools/libxl/libxl_device.c | 66 tools/libxl/libxl_internal.h | 8 ++