Re: [Xen-devel] [PATCH v2 0/4] libxl: use LOG() macro where appropriate

2015-10-07 Thread Ian Campbell
On Fri, 2015-10-02 at 15:56 +0100, Wei Liu wrote: > There are mixed usage of different logging macros. Ideally we only use > one > style to avoid confusion. > > Rebased on top of staging. Applied, thanks. ___ Xen-devel mailing list Xen-devel@lists.xen

[Xen-devel] [PATCH v2 0/4] libxl: use LOG() macro where appropriate

2015-10-02 Thread Wei Liu
There are mixed usage of different logging macros. Ideally we only use one style to avoid confusion. Rebased on top of staging. Wei Liu (4): libxl: convert to use LOG() macro libxl: fix long lines and delete extraneous quotes libxl: map LIBXL__LOG_VERBOSE to XTL_VERBOSE libxl: fix places