Re: [Qemu-devel] [PATCH 3/6] pcnet: remove duplicate assignment

2014-03-25 Thread Stefan Hajnoczi
On Sun, Mar 23, 2014 at 02:58:40PM +0530, Prasad Joshi wrote: Signed-off-by: Prasad Joshi prasadjoshi.li...@gmail.com --- hw/net/pcnet.c | 1 - 1 file changed, 1 deletion(-) Thanks, applied to my net-next tree: https://github.com/stefanha/qemu/commits/net-next Stefan

Re: [Qemu-devel] [PATCH 3/6] pcnet: remove duplicate assignment

2014-03-24 Thread Stefan Hajnoczi
On Sun, Mar 23, 2014 at 02:58:40PM +0530, Prasad Joshi wrote: Signed-off-by: Prasad Joshi prasadjoshi.li...@gmail.com --- hw/net/pcnet.c | 1 - 1 file changed, 1 deletion(-) Reviewed-by: Stefan Hajnoczi stefa...@redhat.com

[Qemu-devel] [PATCH 3/6] pcnet: remove duplicate assignment

2014-03-23 Thread Prasad Joshi
Signed-off-by: Prasad Joshi prasadjoshi.li...@gmail.com --- hw/net/pcnet.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/net/pcnet.c b/hw/net/pcnet.c index 7cb47b3..ebe5057 100644 --- a/hw/net/pcnet.c +++ b/hw/net/pcnet.c @@ -718,7 +718,6 @@ static void pcnet_s_reset(PCNetState *s)