xen nic: check tx queue after connect.
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 11 Jun 2009 09:32:51 +0000 (11:32 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 13 Jun 2009 13:18:59 +0000 (16:18 +0300)
commit3e24ba577251dece1e24fc16430e5aecc5183371
tree9da7df9a93b8ab90477acc705351b1ced9ca7c3e
parent4b22e38ffe7db959fe93dffbf2b793e7b5b65273
xen nic: check tx queue after connect.

Needed for savevm/loadvm + migration: In that case the queue might
already have packets on (re-)connect.  The guest wouldn't notify us
because notifications are only sent when stuffing a packet into an
empty queue.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/xen_nic.c