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

2017-09-06 Thread Oleksandr Grytsov
On Wed, Sep 6, 2017 at 12:36 PM, Wei Liu wrote: > On Tue, Sep 05, 2017 at 07:44:34PM +0300, Oleksandr Grytsov wrote: >> On Tue, Sep 5, 2017 at 2:47 PM, Wei Liu wrote: >> > On Tue, Jul 18, 2017 at 05:25:18PM +0300, Oleksandr Grytsov wrote: >> >> From: Oleksandr Grytsov >> >> >> >> Add libxl__devi

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

2017-09-06 Thread Wei Liu
On Tue, Sep 05, 2017 at 07:44:34PM +0300, Oleksandr Grytsov wrote: > On Tue, Sep 5, 2017 at 2:47 PM, Wei Liu wrote: > > On Tue, Jul 18, 2017 at 05:25:18PM +0300, Oleksandr Grytsov wrote: > >> From: Oleksandr Grytsov > >> > >> Add libxl__device_add to simple write XenStore device conifg > >> and l

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

2017-09-05 Thread Oleksandr Grytsov
On Tue, Sep 5, 2017 at 2:47 PM, Wei Liu wrote: > On Tue, Jul 18, 2017 at 05:25:18PM +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 dev

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

2017-09-05 Thread Wei Liu
On Tue, Jul 18, 2017 at 05:25:18PM +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 v4 01/13] libxl: add generic function to add device

2017-07-18 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