]> Git Repo - qemu.git/commit - hw/net/xen_nic.c
xen nic: check tx queue after connect.
authorGerd Hoffmann <[email protected]>
Thu, 11 Jun 2009 09:32:51 +0000 (11:32 +0200)
committerBlue Swirl <[email protected]>
Sat, 13 Jun 2009 13:18:59 +0000 (16:18 +0300)
commit3e3cabcff9cbddb966833dce432b1409506b4d5b
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 <[email protected]>
hw/xen_nic.c
This page took 0.026408 seconds and 4 git commands to generate.