Re: qemu-kvm missing some msix capability check

2009-07-23 Thread Amit Shah
On (Tue) Jul 21 2009 [19:54:00], Michael S. Tsirkin wrote: > On Fri, Jul 17, 2009 at 06:34:40PM +0530, Amit Shah wrote: > > Hello, > > > > Using recent qemu-kvm userspace with a slightly older kernel module I > > get this when using the virtio-net device: I was getting this with a very recent ker

Re: qemu-kvm missing some msix capability check

2009-07-21 Thread Michael S. Tsirkin
On Tue, Jul 21, 2009 at 10:42:19PM +0530, Amit Shah wrote: > On (Tue) Jul 21 2009 [19:54:00], Michael S. Tsirkin wrote: > > On Fri, Jul 17, 2009 at 06:34:40PM +0530, Amit Shah wrote: > > > Hello, > > > > > > Using recent qemu-kvm userspace with a slightly older kernel module I > > > get this when

Re: qemu-kvm missing some msix capability check

2009-07-21 Thread Michael S. Tsirkin
On Tue, Jul 21, 2009 at 10:42:19PM +0530, Amit Shah wrote: > On (Tue) Jul 21 2009 [19:54:00], Michael S. Tsirkin wrote: > > On Fri, Jul 17, 2009 at 06:34:40PM +0530, Amit Shah wrote: > > > Hello, > > > > > > Using recent qemu-kvm userspace with a slightly older kernel module I > > > get this when

Re: qemu-kvm missing some msix capability check

2009-07-21 Thread Amit Shah
On (Tue) Jul 21 2009 [19:54:00], Michael S. Tsirkin wrote: > On Fri, Jul 17, 2009 at 06:34:40PM +0530, Amit Shah wrote: > > Hello, > > > > Using recent qemu-kvm userspace with a slightly older kernel module I > > get this when using the virtio-net device: > > > > kvm_msix_add: kvm_get_irq_route_g

Re: qemu-kvm missing some msix capability check

2009-07-21 Thread Michael S. Tsirkin
On Fri, Jul 17, 2009 at 06:34:40PM +0530, Amit Shah wrote: > Hello, > > Using recent qemu-kvm userspace with a slightly older kernel module I > get this when using the virtio-net device: > > kvm_msix_add: kvm_get_irq_route_gsi failed: No space left on device > > ... and the guest doesn't use the

qemu-kvm missing some msix capability check

2009-07-17 Thread Amit Shah
Hello, Using recent qemu-kvm userspace with a slightly older kernel module I get this when using the virtio-net device: kvm_msix_add: kvm_get_irq_route_gsi failed: No space left on device ... and the guest doesn't use the net device. This goes away when using a newer kvm module.