Re: [Qemu-devel] [PATCH] pcnet: Flush queued packets on end of STOP state

2013-08-05 Thread Stefan Hajnoczi
On Fri, Aug 02, 2013 at 09:48:18PM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > Analogously to other NICs, we have to inform the network layer when > the can_receive handler will no longer report 0. Without this, we may > get stuck waiting on queued incoming packets. > > Signed-off-by: Jan Ki

[Qemu-devel] [PATCH] pcnet: Flush queued packets on end of STOP state

2013-08-02 Thread Jan Kiszka
From: Jan Kiszka Analogously to other NICs, we have to inform the network layer when the can_receive handler will no longer report 0. Without this, we may get stuck waiting on queued incoming packets. Signed-off-by: Jan Kiszka --- hw/net/pcnet.c |4 1 files changed, 4 insertions(+), 0