Re: [PATCH 2/5] kvm tools: use the correct config vector interrupt

2012-10-26 Thread Pekka Enberg
On Thu, 25 Oct 2012, Sasha Levin wrote: > On Thu, Oct 25, 2012 at 3:03 AM, Pekka Enberg wrote: > > On Wed, 24 Oct 2012, William Dauchy wrote: > >> when registering the config interrupt, the later is registered in > >> vcpi->config_vector and not in vpci->vq_vector > >> > >> introduced in: > >> a84

Re: [PATCH 2/5] kvm tools: use the correct config vector interrupt

2012-10-25 Thread Sasha Levin
On Thu, Oct 25, 2012 at 3:03 AM, Pekka Enberg wrote: > On Wed, 24 Oct 2012, William Dauchy wrote: >> when registering the config interrupt, the later is registered in >> vcpi->config_vector and not in vpci->vq_vector >> >> introduced in: >> a841f15 kvm tools: Use the new KVM_SIGNAL_MSI ioctl to in

Re: [PATCH 2/5] kvm tools: use the correct config vector interrupt

2012-10-25 Thread Pekka Enberg
On Wed, 24 Oct 2012, William Dauchy wrote: > when registering the config interrupt, the later is registered in > vcpi->config_vector and not in vpci->vq_vector > > introduced in: > a841f15 kvm tools: Use the new KVM_SIGNAL_MSI ioctl to inject > interrupts directly. > > Signed-off-by: William Dauc

[PATCH 2/5] kvm tools: use the correct config vector interrupt

2012-10-24 Thread William Dauchy
when registering the config interrupt, the later is registered in vcpi->config_vector and not in vpci->vq_vector introduced in: a841f15 kvm tools: Use the new KVM_SIGNAL_MSI ioctl to inject interrupts directly. Signed-off-by: William Dauchy --- tools/kvm/virtio/pci.c |2 +- 1 file changed,