[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] pcnet: Flush queued packets on end of STOP stat
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-devel] [PATCH] pcnet: Flush queued packets on end of STOP state |
Date: |
Mon, 5 Aug 2013 14:13:11 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Fri, Aug 02, 2013 at 09:48:18PM +0200, Jan Kiszka wrote:
> From: Jan Kiszka <address@hidden>
>
> 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 <address@hidden>
> ---
> hw/net/pcnet.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
Great, let's get this into the next QEMU 1.6-rc.
Thanks, applied to my net tree:
https://github.com/stefanha/qemu/commits/net
Stefan