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