Re: [Qemu-devel] [PATCH v3] Support for UDP unicast network backend

2012-01-11 Thread Stefan Hajnoczi
On Tue, Jan 10, 2012 at 10:59 AM, Andreas Färber wrote: > Am 10.01.2012 17:21, schrieb Benjamin: >> On 11/29/11 20:52, Stefan Hajnoczi wrote: >>> On Tue, Nov 29, 2011 at 7:55 PM, Benjamin  wrote: Signed-off-by: Benjamin > > A minor nit: the SoB is a legal assertion that you not stole, et

Re: [Qemu-devel] [PATCH v3] Support for UDP unicast network backend

2012-01-10 Thread Andreas Färber
Am 10.01.2012 17:21, schrieb Benjamin: > On 11/29/11 20:52, Stefan Hajnoczi wrote: >> On Tue, Nov 29, 2011 at 7:55 PM, Benjamin wrote: >>> >>> Signed-off-by: Benjamin A minor nit: the SoB is a legal assertion that you not stole, etc. the code, and as such it should include first and last name. >

Re: [Qemu-devel] [PATCH v3] Support for UDP unicast network backend

2012-01-09 Thread Benjamin
On 11/29/11 20:52, Stefan Hajnoczi wrote: On Tue, Nov 29, 2011 at 7:55 PM, Benjamin wrote: Signed-off-by: Benjamin --- net.c |6 - net/socket.c| 73 +- qemu-options.hx |2 + 3 files changed, 78 insertions(+),

Re: [Qemu-devel] [PATCH v3] Support for UDP unicast network backend

2012-01-06 Thread Stefan Hajnoczi
On Fri, Jan 6, 2012 at 7:16 PM, Kamil Rytarowski wrote: > ping! Looks good to me. Reviewed-by: Stefan Hajnoczi

Re: [Qemu-devel] [PATCH v3] Support for UDP unicast network backend

2012-01-06 Thread Kamil Rytarowski
W dniu 29.11.2011 20:55, Benjamin pisze: Signed-off-by: Benjamin --- net.c |6 - net/socket.c| 73 +- qemu-options.hx |2 + 3 files changed, 78 insertions(+), 3 deletions(-) diff --git a/net.c b/net.c index cb52

Re: [Qemu-devel] [PATCH v3] Support for UDP unicast network backend

2011-11-29 Thread Stefan Hajnoczi
On Tue, Nov 29, 2011 at 7:55 PM, Benjamin wrote: > > Signed-off-by: Benjamin > --- >  net.c           |    6 - >  net/socket.c    |   73 +- >  qemu-options.hx |    2 + >  3 files changed, 78 insertions(+), 3 deletions(-) Reviewed-by: Stefan

[Qemu-devel] [PATCH v3] Support for UDP unicast network backend

2011-11-29 Thread Benjamin
Signed-off-by: Benjamin --- net.c |6 - net/socket.c| 73 +- qemu-options.hx |2 + 3 files changed, 78 insertions(+), 3 deletions(-) diff --git a/net.c b/net.c index cb52050..8e957b2 100644 --- a/net.c +++ b/net.c @