notify io_thread at the end of rx handling
authorGlauber Costa <glommer@redhat.com>
Mon, 20 Jul 2009 17:07:41 +0000 (13:07 -0400)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Jul 2009 15:58:49 +0000 (10:58 -0500)
commitc397ba2eb1d23dd606b14cb3bf587cda7d102525
tree48f1cde50d8f1f54f49ba6c5c47a6cacd73f80fa
parent2b72c054e89f3219b569723078cf621c24b744f8
notify io_thread at the end of rx handling

This is a backport from qemu-kvm. Just instead of using kvm's specific
notification mechanism, we use qemu_notify_event()

Signed-off-by: Glauber Costa <glommer@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-net.c