Re: [Qemu-devel] [PATCH] xilinx_axienet: pump events as appropriate

2013-04-03 Thread Edgar E. Iglesias
On Wed, Apr 03, 2013 at 02:04:09PM +1000, Peter Crosthwaite wrote: > When the conditions blocking receiving are cleared, check for buffered rx > packets. > > Signed-off-by: Peter Crosthwaite Appliead, thanks Peter > --- > hw/xilinx_axienet.c |2 ++ > 1 files changed, 2 insertions(+), 0 d

Re: [Qemu-devel] [PATCH] xilinx_axienet: pump events as appropriate

2013-04-03 Thread Edgar E. Iglesias
On Wed, Apr 03, 2013 at 02:04:09PM +1000, Peter Crosthwaite wrote: > When the conditions blocking receiving are cleared, check for buffered rx > packets. > > Signed-off-by: Peter Crosthwaite Acked-by: Edgar E. Iglesias > --- > hw/xilinx_axienet.c |2 ++ > 1 files changed, 2 insertions(+

[Qemu-devel] [PATCH] xilinx_axienet: pump events as appropriate

2013-04-02 Thread Peter Crosthwaite
When the conditions blocking receiving are cleared, check for buffered rx packets. Signed-off-by: Peter Crosthwaite --- hw/xilinx_axienet.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/xilinx_axienet.c b/hw/xilinx_axienet.c index 5785290..07c4bad 100644 --- a/hw/x

[Qemu-devel] [PATCH] xilinx_axienet: pump events as appropriate

2013-02-25 Thread Peter Crosthwaite
When the conditions blocking receiving are cleared, check for buffered rx packets. Signed-off-by: Peter Crosthwaite --- hw/xilinx_axienet.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/xilinx_axienet.c b/hw/xilinx_axienet.c index e5d9251..9a82b1b 100644 --- a/hw/x