Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-09-05 Thread Wei Liu
On Tue, Jul 18, 2017 at 05:25:23PM +0300, Oleksandr Grytsov wrote: > From: Oleksandr Grytsov > > Signed-off-by: Oleksandr Grytsov This needs rebasing. ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-08-08 Thread Wei Liu
On Tue, Aug 08, 2017 at 03:39:23PM +0300, Oleksandr Grytsov wrote: > On Fri, Aug 4, 2017 at 2:53 PM, Wei Liu wrote: > > On Wed, Aug 02, 2017 at 02:37:10PM +0300, Oleksandr Grytsov wrote: > > [...] > >> >> >> From other side this rename touches only internals changes: no > >> >> >> changes > >> >>

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-08-08 Thread Oleksandr Grytsov
On Fri, Aug 4, 2017 at 2:53 PM, Wei Liu wrote: > On Wed, Aug 02, 2017 at 02:37:10PM +0300, Oleksandr Grytsov wrote: > [...] >> >> >> From other side this rename touches only internals changes: no changes >> >> >> in config file >> >> >> or CLI interface. >> >> >> >> >> > >> >> > As said, the frame

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-08-04 Thread Wei Liu
On Wed, Aug 02, 2017 at 02:37:10PM +0300, Oleksandr Grytsov wrote: [...] > >> >> From other side this rename touches only internals changes: no changes > >> >> in config file > >> >> or CLI interface. > >> >> > >> > > >> > As said, the framework need to be ready to deal with PCI anyway. > >> > > >>

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-08-02 Thread Oleksandr Grytsov
On Tue, Aug 1, 2017 at 4:00 PM, Wei Liu wrote: > On Tue, Aug 01, 2017 at 02:58:19PM +0300, Oleksandr Grytsov wrote: >> On Mon, Jul 31, 2017 at 5:36 PM, Wei Liu wrote: >> > On Sun, Jul 30, 2017 at 09:42:09PM +0300, Oleksandr Grytsov wrote: >> >> On Fri, Jul 28, 2017 at 7:23 PM, Wei Liu wrote: >>

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-08-01 Thread Wei Liu
On Tue, Aug 01, 2017 at 02:58:19PM +0300, Oleksandr Grytsov wrote: > On Mon, Jul 31, 2017 at 5:36 PM, Wei Liu wrote: > > On Sun, Jul 30, 2017 at 09:42:09PM +0300, Oleksandr Grytsov wrote: > >> On Fri, Jul 28, 2017 at 7:23 PM, Wei Liu wrote: > >> > On Fri, Jul 28, 2017 at 03:11:34PM +0100, Wei Liu

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-08-01 Thread Oleksandr Grytsov
On Mon, Jul 31, 2017 at 5:36 PM, Wei Liu wrote: > On Sun, Jul 30, 2017 at 09:42:09PM +0300, Oleksandr Grytsov wrote: >> On Fri, Jul 28, 2017 at 7:23 PM, Wei Liu wrote: >> > On Fri, Jul 28, 2017 at 03:11:34PM +0100, Wei Liu wrote: >> >> On Tue, Jul 18, 2017 at 05:25:23PM +0300, Oleksandr Grytsov w

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-07-31 Thread Wei Liu
On Sun, Jul 30, 2017 at 09:42:09PM +0300, Oleksandr Grytsov wrote: > On Fri, Jul 28, 2017 at 7:23 PM, Wei Liu wrote: > > On Fri, Jul 28, 2017 at 03:11:34PM +0100, Wei Liu wrote: > >> On Tue, Jul 18, 2017 at 05:25:23PM +0300, Oleksandr Grytsov wrote: > >> [...] > >> > /* Waits for the passed devic

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-07-30 Thread Oleksandr Grytsov
On Fri, Jul 28, 2017 at 7:23 PM, Wei Liu wrote: > On Fri, Jul 28, 2017 at 03:11:34PM +0100, Wei Liu wrote: >> On Tue, Jul 18, 2017 at 05:25:23PM +0300, Oleksandr Grytsov wrote: >> [...] >> > /* Waits for the passed device to reach state XenbusStateInitWait. >> > * This is not really useful by i

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-07-28 Thread Wei Liu
On Fri, Jul 28, 2017 at 03:11:34PM +0100, Wei Liu wrote: > On Tue, Jul 18, 2017 at 05:25:23PM +0300, Oleksandr Grytsov wrote: > [...] > > /* Waits for the passed device to reach state XenbusStateInitWait. > > * This is not really useful by itself, but is important when executing > > * hotplug

Re: [Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-07-28 Thread Wei Liu
On Tue, Jul 18, 2017 at 05:25:23PM +0300, Oleksandr Grytsov wrote: [...] > /* Waits for the passed device to reach state XenbusStateInitWait. > * This is not really useful by itself, but is important when executing > * hotplug scripts, since we need to be sure the device is in the correct > @@

[Xen-devel] [PATCH v4 06/13] libxl: change p9 to use generec add function

2017-07-18 Thread Oleksandr Grytsov
From: Oleksandr Grytsov Signed-off-by: Oleksandr Grytsov --- tools/libxl/libxl_9pfs.c | 67 +++- tools/libxl/libxl_create.c | 2 +- tools/libxl/libxl_internal.h | 7 + tools/libxl/libxl_types.idl | 2 +- tools/xl/xl_parse.c | 4 +--