Re: [Qemu-devel] [PATCH net v1 1/1] net: xilinx_ethlite: Fix Rx-pong interrupt

2014-05-06 Thread Stefan Hajnoczi
On Mon, May 05, 2014 at 09:39:38PM -0700, Peter Crosthwaite wrote: > There is no CTRL_I bit in the pong buffer control register. The > CTRL_I bit from the ping buffer masks both ping and pong buffers. > Fix. > > Signed-off-by: Peter Crosthwaite > --- > > hw/net/xilinx_ethlite.c | 3 ++- > 1 fil

[Qemu-devel] [PATCH net v1 1/1] net: xilinx_ethlite: Fix Rx-pong interrupt

2014-05-05 Thread Peter Crosthwaite
There is no CTRL_I bit in the pong buffer control register. The CTRL_I bit from the ping buffer masks both ping and pong buffers. Fix. Signed-off-by: Peter Crosthwaite --- hw/net/xilinx_ethlite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/net/xilinx_ethlite.c b/hw/