Re: [Xen-devel] [PATCH] tools/python/xc: fix tmem_control parameter parsing

2016-03-25 Thread Wei Liu
On Wed, Mar 23, 2016 at 01:45:37PM -0400, Zhigang Wang wrote: > There should be 6 instead of 7 arguments now for tmem_control(). > > Signed-off-by: Zhigang Wang Acked-by: Wei Liu > --- > tools/python/xen/lowlevel/xc/xc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Xen-devel] [PATCH] tools/python/xc: fix tmem_control parameter parsing

2016-03-23 Thread Konrad Rzeszutek Wilk
On Wed, Mar 23, 2016 at 01:45:37PM -0400, Zhigang Wang wrote: > There should be 6 instead of 7 arguments now for tmem_control(). .. which was done in commit 54a51b1766fd433b95e63834eb15d4b1f70271de "tmem: Remove xc_tmem_control mystical arg3" but it missed the removal of an 'i'. > > Signed-o

[Xen-devel] [PATCH] tools/python/xc: fix tmem_control parameter parsing

2016-03-23 Thread Zhigang Wang
There should be 6 instead of 7 arguments now for tmem_control(). Signed-off-by: Zhigang Wang --- tools/python/xen/lowlevel/xc/xc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/lowlevel/xc/xc.c b/tools/python/xen/lowlevel/xc/xc.c index c40a4e9..ff714d7 100