Re: [Xen-devel] [PATCH RESEND 01/14] libxl/arm: Fix the function name in error log

2016-06-19 Thread Shannon Zhao
On 2016/6/17 18:46, Wei Liu wrote: > On Fri, Jun 03, 2016 at 08:25:05PM +0100, Wei Liu wrote: >> > On Tue, May 31, 2016 at 01:02:53PM +0800, Shannon Zhao wrote: >>> > > From: Shannon Zhao >>> > > >>> > > It should be xc_dom_devicetree_mem instead of xc_dom_devicetree_file. >>> > > >>> > > Sign

Re: [Xen-devel] [PATCH RESEND 01/14] libxl/arm: Fix the function name in error log

2016-06-17 Thread Wei Liu
On Fri, Jun 03, 2016 at 08:25:05PM +0100, Wei Liu wrote: > On Tue, May 31, 2016 at 01:02:53PM +0800, Shannon Zhao wrote: > > From: Shannon Zhao > > > > It should be xc_dom_devicetree_mem instead of xc_dom_devicetree_file. > > > > Signed-off-by: Shannon Zhao > > Acked-by: Wei Liu > I've push

Re: [Xen-devel] [PATCH RESEND 01/14] libxl/arm: Fix the function name in error log

2016-06-03 Thread Wei Liu
On Tue, May 31, 2016 at 01:02:53PM +0800, Shannon Zhao wrote: > From: Shannon Zhao > > It should be xc_dom_devicetree_mem instead of xc_dom_devicetree_file. > > Signed-off-by: Shannon Zhao Acked-by: Wei Liu > --- > tools/libxl/libxl_arm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

[Xen-devel] [PATCH RESEND 01/14] libxl/arm: Fix the function name in error log

2016-05-30 Thread Shannon Zhao
From: Shannon Zhao It should be xc_dom_devicetree_mem instead of xc_dom_devicetree_file. Signed-off-by: Shannon Zhao --- tools/libxl/libxl_arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_arm.c b/tools/libxl/libxl_arm.c index 1195b37..c6d77e3 100644 -