virtio_pci: use priv for vq notification
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 3 Dec 2014 16:01:58 +0000 (18:01 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Dec 2014 19:42:02 +0000 (21:42 +0200)
slightly reduce the amount of pointer chasing this needs to do.
More importantly, this will easily generalize to virtio 1.0.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/virtio/virtio_pci.c

Simple merge