Christoph Hellwig 5c34d002dc virtio_pci: remove struct virtio_pci_vq_info
We don't really need struct virtio_pci_vq_info, as most field in there
are redundant:

 - the vq backpointer is not strictly neede to start with
 - the entry in the vqs list is not needed - the generic virtqueue already
   has list, we only need to check if it has a callback to get the same
   semantics
 - we can use a simple array to look up the MSI-X vec if needed.
 - That simple array now also duoble serves to replace the per_vq_vectors
   flag

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2017-02-27 20:54:03 +02:00
..
2016-12-25 10:47:44 +01:00
2016-12-18 15:49:10 -08:00
2017-01-25 15:35:11 +05:30
2017-01-06 10:49:36 -08:00
2016-12-25 10:47:44 +01:00
2016-12-25 17:21:22 +01:00
2017-02-16 10:22:41 -08:00
2016-12-19 08:16:26 -08:00
2017-01-26 17:49:14 +02:00
2016-12-15 12:46:48 -08:00
2016-12-25 10:47:44 +01:00
2016-12-14 10:49:33 -08:00
2016-12-25 17:21:22 +01:00
2016-12-15 11:45:13 -08:00
2017-02-03 13:46:38 -08:00
2017-02-11 09:01:03 -08:00
2017-02-19 09:54:31 -08:00
2017-01-20 12:25:11 -08:00
2017-02-03 22:19:15 +01:00
2016-12-24 11:27:45 -08:00