Re: [PATCH] kvm tools: Add MSI-X support to virtio-net

2011-08-11 Thread Pekka Enberg
On Thu, Aug 11, 2011 at 12:47 PM, Sasha Levin wrote: > 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 > --- >  tools/kvm/virtio/net.c |   56 +++

[PATCH] kvm tools: Add MSI-X support to virtio-net

2011-08-11 Thread Sasha Levin
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 --- tools/kvm/virtio/net.c | 56 --- 1 files changed, 52 insertions(+), 4