]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Add MSI-X support to virtio-net
authorSasha Levin <levinsasha928@gmail.com>
Thu, 11 Aug 2011 12:43:56 +0000 (15:43 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 11 Aug 2011 13:37:37 +0000 (16:37 +0300)
commit90417634d639f7ccad8615ddf08ac7adede4b7a1
tree083b50f39445fb5548459c8e387c3a4a47d1da8f
parent9c295bdf93935584839e8b1de23e97898a6b76a0
kvm tools: Add MSI-X support to virtio-net

The device uses the virtio preferred method of working with MSI-X by
creating one vector for configuration and one vector for each vq in the
device.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/virtio/net.c