Remove overzealous virtio-net printf
commitccde0f40bcdf553df1f7aeb72b5f33773ea32938
authorMarcelo Tosatti <mtosatti@redhat.com>
Tue, 24 Jun 2008 21:12:00 +0000 (24 18:12 -0300)
committerAvi Kivity <avi@qumranet.com>
Wed, 25 Jun 2008 12:07:39 +0000 (25 15:07 +0300)
tree1f8a7c5abcfee351506bafda86a695f80dfa858f
parentbf44932bd2cc76e45ce59cb36991495a92903e7b
Remove overzealous virtio-net printf

When two virtio devices share an interrupt virtio-net floods the console
with "this should not happen" message.

As Anthony points this is not a fatal condition: its possible that the
guest consumed all ring elements between the can_receive check and
actual net_receive call.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Acked-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
hw/virtio-net.c