Re: [Xen-devel] [PATCH 04/35] libxl.c: switch to LOG*D use

2016-11-17 Thread Ian Jackson
Cedric Bosdonnat writes ("Re: [PATCH 04/35] libxl.c: switch to LOG*D use"): > On Thu, 2016-11-17 at 14:50 +, Wei Liu wrote: > > The only thing I don't understand is why you had patch 2-4 for libxl.c. > > These three patches can probably be merged into one patch. > > That was to ease the review

Re: [Xen-devel] [PATCH 04/35] libxl.c: switch to LOG*D use

2016-11-17 Thread Wei Liu
On Thu, Nov 17, 2016 at 05:03:03PM +0100, Cedric Bosdonnat wrote: > On Thu, 2016-11-17 at 14:50 +, Wei Liu wrote: > > On Tue, Nov 15, 2016 at 11:18:42AM +0100, Cédric Bosdonnat wrote: > > > Use LOG*D functions to output the domain ID in logs as much as > > > possible. This will help consumer co

Re: [Xen-devel] [PATCH 04/35] libxl.c: switch to LOG*D use

2016-11-17 Thread Cedric Bosdonnat
On Thu, 2016-11-17 at 14:50 +, Wei Liu wrote: > On Tue, Nov 15, 2016 at 11:18:42AM +0100, Cédric Bosdonnat wrote: > > Use LOG*D functions to output the domain ID in logs as much as > > possible. This will help consumer code sorting the logs by > > domain. > > > > This commit includes all LOG*

Re: [Xen-devel] [PATCH 04/35] libxl.c: switch to LOG*D use

2016-11-17 Thread Wei Liu
On Tue, Nov 15, 2016 at 11:18:42AM +0100, Cédric Bosdonnat wrote: > Use LOG*D functions to output the domain ID in logs as much as > possible. This will help consumer code sorting the logs by > domain. > > This commit includes all LOG* to LOG*D changes where the domain > ID is not just a domid var