From: Michael S. Tsirkin Date: Wed, 3 Dec 2014 15:50:50 +0000 (+0200) Subject: virtio_pci: free up vq->priv X-Git-Tag: omap-for-v3.19/fixes-rc1~129^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec7a77bb3089bb01032fdbd958eb5c29da58b49;p=pandora-kernel.git 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 --- Reading git-diff-tree failed