commit | a3cbec69727c8c149ee2b3652e184818cc269fe6 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 17 11:43:16 2016 +0100 |
committer | Michael S. Tsirkin <mst@redhat.com> | Fri Dec 16 00:12:49 2016 +0200 |
tree | cbe299e049f0fc919f37210714878e4d659ffa14 | |
parent | 66f2f55542270c44d67f05533594f75404c1481a [diff] |
virtio_pci: split vp_try_to_find_vqs into INTx and MSI-X variants There is basically no shared logic between the INTx and MSI-X case in vp_try_to_find_vqs, so split the function into two and clean them up a little bit. Also remove the fairly pointless vp_request_intx wrapper while we're at it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>