Files
linux/drivers
Michael S. Tsirkin 3ec7a77bb3 virtio_pci: free up vq->priv
We don't need to go from vq to vq info on
data path, so using direct vq->priv pointer for that
seems like a waste.

Let's build an array of vq infos, then we can use vq->index
for that lookup.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2014-12-09 21:42:01 +02:00
..
2014-11-23 14:29:44 -05:00
2014-12-09 12:06:33 +02:00
2014-11-17 11:25:29 -08:00
2014-12-09 21:42:01 +02:00