Seems the bug is related to EVENTFD support. int event_notifier_init(EventNotifier *e, int active) That simply return -ENOSYS on older glibc (< 2.8) I can define the syscall manually, but I wonder if there is a better way? - Dietmar > I get this error when I run new kvm 0.14.0 on kernel 2.6.35 (vhost=on): > > # kvm -netdev type=tap,id=n0,vhost=on -device virtio-net-pci,netdev=n0 -cdrom > ubuntu-10.10-desktop-amd64.iso > > kvm: /home/code/qemu-kvm/hw/msix.c:639: msix_unset_mask_notifier: > Assertion `dev->msix_mask_notifier' failed. > > Any ideas? -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html