Re: [Xen-devel] [PATCH v2 00/35] libxl LOG*D functions

2016-12-05 Thread Wei Liu
On Sat, Dec 03, 2016 at 04:03:01PM +, Wei Liu wrote: > On Fri, Dec 02, 2016 at 04:08:06PM +0100, Cédric Bosdonnat wrote: > > Hey all, > > > > Here is v2 addressing Wei's comments on patch #1. The 3 libxl.c > > patches haven't been merged, but the commit message of the first > > one has been sl

Re: [Xen-devel] [PATCH v2 00/35] libxl LOG*D functions

2016-12-03 Thread Wei Liu
On Fri, Dec 02, 2016 at 04:08:06PM +0100, Cédric Bosdonnat wrote: > Hey all, > > Here is v2 addressing Wei's comments on patch #1. The 3 libxl.c > patches haven't been merged, but the commit message of the first > one has been slightly rewritten to help understanding the reason > of the split. >

[Xen-devel] [PATCH v2 00/35] libxl LOG*D functions

2016-12-02 Thread Cédric Bosdonnat
Hey all, Here is v2 addressing Wei's comments on patch #1. The 3 libxl.c patches haven't been merged, but the commit message of the first one has been slightly rewritten to help understanding the reason of the split. Note: I added Wei Liu's ACK on all patches Cedric Bosdonnat (35): libxl: add

Re: [Xen-devel] [PATCH v2 00/35] libxl LOG*D functions

2016-12-01 Thread Wei Liu
On Fri, Nov 18, 2016 at 03:59:59PM +, Wei Liu wrote: > On Thu, Nov 17, 2016 at 06:35:42PM +0100, Cédric Bosdonnat wrote: > > Hey all, > > > > Here is v2 addressing Wei's comments on patch #1. The 3 libxl.c > > patches haven't been merged, but the commit message of the first > > one has been sl

Re: [Xen-devel] [PATCH v2 00/35] libxl LOG*D functions

2016-11-18 Thread Wei Liu
On Thu, Nov 17, 2016 at 06:35:42PM +0100, Cédric Bosdonnat wrote: > Hey all, > > Here is v2 addressing Wei's comments on patch #1. The 3 libxl.c > patches haven't been merged, but the commit message of the first > one has been slightly rewritten to help understanding the reason > of the split. >

[Xen-devel] [PATCH v2 00/35] libxl LOG*D functions

2016-11-17 Thread Cédric Bosdonnat
Hey all, Here is v2 addressing Wei's comments on patch #1. The 3 libxl.c patches haven't been merged, but the commit message of the first one has been slightly rewritten to help understanding the reason of the split. Cedric Bosdonnat (35): libxl: add LIBXL_LOGD_* and LOG*D function families.