Re: [Qemu-devel] [PATCH] nbd: Fix overflow return value

2015-03-11 Thread Yik Fang
Paolo, Can you have a look at this patch, and give me some advices? Regards, Yik Fang 转发的消息 主题: Re: [Qemu-devel] [PATCH] nbd: Fix overflow return value 日期: Mon, 9 Mar 2015 10:16:07 +0800 发件人: Yik Fang 收件人: arm...@redhat.com, qemu-devel@nongnu.org 抄送: pbonz...@redhat.com

Re: [Qemu-devel] [PATCH] nbd: Fix overflow return value

2015-03-11 Thread Paolo Bonzini
On 12/02/2015 07:21, Yik Fang wrote: > The value of reply.error should be the type unsigned int. > > Signed-off-by: Yik Fang > --- > nbd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/nbd.c b/nbd.c > index e56afbc1..30e2f3b 100644 > --- a/nbd.c > +++ b/nbd.c > @@ -

Re: [Qemu-devel] [PATCH] nbd: Fix overflow return value

2015-03-08 Thread Yik Fang
Thanks to Markus for your help! On 2015/3/2 9:25, Fangyi (C) wrote: PING The value of reply.error should be the type unsigned int. Signed-off-by: Yik Fang --- nbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbd.c b/nbd.c index e56afbc1..30e2f3b 100644 --- a/nbd.c

Re: [Qemu-devel] [PATCH] nbd: Fix overflow return value

2015-03-02 Thread Markus Armbruster
"Fangyi (C)" writes: > PING Please drop this line, it doesn't belong to the commit message. You copied a bunch of people, but forgot the maintainer: $ scripts/get_maintainer.pl -f nbd.c Paolo Bonzini (odd fixer:Network Block Dev...) I fixed that for you. > The value of reply.error should b

[Qemu-devel] [PATCH] nbd: Fix overflow return value

2015-03-01 Thread Fangyi (C)
PING The value of reply.error should be the type unsigned int. Signed-off-by: Yik Fang --- nbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbd.c b/nbd.c index e56afbc1..30e2f3b 100644 --- a/nbd.c +++ b/nbd.c @@ -1295,7 +1295,7 @@ static void nbd_trip(void *opaque)

Re: [Qemu-devel] [PATCH] nbd: Fix overflow return value

2015-02-11 Thread Fam Zheng
On Thu, 02/12 06:21, Yik Fang wrote: > The value of reply.error should be the type unsigned int. > > Signed-off-by: Yik Fang > --- > nbd.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/nbd.c b/nbd.c > index e56afbc1..30e2f3b 100644 > --- a/nbd.c > +++ b/nbd.c > @@ -12

[Qemu-devel] [PATCH] nbd: Fix overflow return value

2015-02-11 Thread Yik Fang
The value of reply.error should be the type unsigned int. Signed-off-by: Yik Fang --- nbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbd.c b/nbd.c index e56afbc1..30e2f3b 100644 --- a/nbd.c +++ b/nbd.c @@ -1295,7 +1295,7 @@ static void nbd_trip(void *opaque) defau