From 946fa5647b529402161814ca8ed1302254b6affb Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Fri, 24 Oct 2014 00:12:10 +0300 Subject: [PATCH] virtio_net: pass vi around Too many places poke at [rs]q->vq->vdev->priv just to get the vi structure. Let's just pass the pointer around: seems cleaner, and might even be faster. Signed-off-by: Michael S. Tsirkin Reviewed-by: Cornelia Huck --- Reading git-format-patch failed