Re: [Xen-devel] [PATCH v2] xl: add --clear option to dmesg command

2017-08-04 Thread Wei Liu
On Fri, Aug 04, 2017 at 10:34:18PM +0800, Xiao Liang wrote: > Yes, the full name is "Xiao Liang". Thanks :) > Cool, thanks for confirming. I will push your patch shortly. ___ Xen-devel mailing list Xen-devel@lists.xen.org

Re: [Xen-devel] [PATCH v2] xl: add --clear option to dmesg command

2017-08-04 Thread Xiao Liang
Yes, the full name is "Xiao Liang". Thanks :) On 08/04/2017 07:05 PM, Wei Liu wrote: On Fri, Aug 04, 2017 at 11:57:53AM +0100, Wei Liu wrote: On Tue, Aug 01, 2017 at 05:10:27PM +0100, Wei Liu wrote: On Tue, Aug 01, 2017 at 11:57:50PM +0800, Xiao Liang wrote: From: xiliang

Re: [Xen-devel] [PATCH v2] xl: add --clear option to dmesg command

2017-08-04 Thread Wei Liu
On Fri, Aug 04, 2017 at 11:57:53AM +0100, Wei Liu wrote: > On Tue, Aug 01, 2017 at 05:10:27PM +0100, Wei Liu wrote: > > On Tue, Aug 01, 2017 at 11:57:50PM +0800, Xiao Liang wrote: > > > From: xiliang > > > > > > The manual of xl says --clear option is supported and that

Re: [Xen-devel] [PATCH v2] xl: add --clear option to dmesg command

2017-08-04 Thread Wei Liu
On Tue, Aug 01, 2017 at 05:10:27PM +0100, Wei Liu wrote: > On Tue, Aug 01, 2017 at 11:57:50PM +0800, Xiao Liang wrote: > > From: xiliang > > > > The manual of xl says --clear option is supported and that option worked > > for xm. Add that to xl now. > > I will wrap this

Re: [Xen-devel] [PATCH v2] xl: add --clear option to dmesg command

2017-08-01 Thread Wei Liu
On Tue, Aug 01, 2017 at 11:57:50PM +0800, Xiao Liang wrote: > From: xiliang > > The manual of xl says --clear option is supported and that option worked for > xm. Add that to xl now. I will wrap this long line to 72 columns while committing. > > Signed-off-by: xiliang

[Xen-devel] [PATCH v2] xl: add --clear option to dmesg command

2017-08-01 Thread Xiao Liang
From: xiliang The manual of xl says --clear option is supported and that option worked for xm. Add that to xl now. Signed-off-by: xiliang --- tools/xl/xl_info.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/xl/xl_info.c