git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f913dd4
)
virtio_pci: free up vq->priv
author
Michael S. Tsirkin
<mst@redhat.com>
Wed, 3 Dec 2014 15:50:50 +0000
(17:50 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 9 Dec 2014 19:42:01 +0000
(21:42 +0200)
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>
drivers/virtio/virtio_pci.c
patch
|
blob
|
history
diff --cc
drivers/virtio/virtio_pci.c
Simple merge