Re: [Xen-devel] [PATCH v5 01/12] libxl: add generic function to add device

2017-09-12 Thread Wei Liu
On Mon, Sep 11, 2017 at 08:14:51PM +0300, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > Add libxl__device_add to simple write XenStore device conifg > and libxl__device_add_async to update domain configuration > and write XenStore device config asynchroniously. > Almost all devices have

[Xen-devel] [PATCH v5 01/12] libxl: add generic function to add device

2017-09-11 Thread Oleksandr Grytsov
From: Oleksandr Grytsov Add libxl__device_add to simple write XenStore device conifg and libxl__device_add_async to update domain configuration and write XenStore device config asynchroniously. Almost all devices have similar libxl__device__add function. This generic functions implement same