qemu-e2k/net
Fam Zheng 625de449fc net: Flush queued packets when guest resumes
Since commit 6e99c63 "net/socket: Drop net_socket_can_send" and friends,
net queues need to be explicitly flushed after qemu_can_send_packet()
returns false, because the netdev side will disable the polling of fd.

This fixes the case of "cont" after "stop" (or migration).

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-id: 1436232067-29144-1-git-send-email-famz@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2015-07-20 18:11:24 +01:00
..
checksum.c
clients.h
dump.c
eth.c
hub.c
hub.h
l2tpv3.c
Makefile.objs
net.c net: Flush queued packets when guest resumes 2015-07-20 18:11:24 +01:00
netmap.c
queue.c
slirp.c
socket.c socket: pass correct size in net_socket_send() 2015-07-20 17:39:05 +01:00
tap_int.h
tap-aix.c
tap-bsd.c
tap-haiku.c
tap-linux.c
tap-linux.h
tap-solaris.c
tap-win32.c
tap.c
util.c
util.h
vde.c
vhost-user.c