An update. I compiled and ran the example provided with the src code event-test.c and this gave the same error. Interestingly, if I run the event-test.py script (i ran once with use_pure_python_event_loop set to true and once with false), it runs fine, both with pure and native event loop implementations. What could be the problem?<br>
<br>Thanks,<br><br>Tyrion<br><br><div class="gmail_quote">On Wed, Jan 4, 2012 at 2:30 PM, Tyrion Lannister <span dir="ltr"><<a href="mailto:tlannister12@gmail.com">tlannister12@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi,<br><br>I could find only one post related to this, but that did not address my problem. I am trying to register for VM events using virConnectDomainEventRegisterAny, but that is returning with the error "libvir: Remote error : this function is not supported by the connection driver: no event support"<br>

<br>I have registered for the default event implementation (as suggested in the response to an earlier post related to this problem) prior to calling *RegisterAny, but that is not helping.<br><br>Browsing through the coe, it seems to me this has to do with the timer support in the domainEventState, just a guess.<br>

<br>    if (priv->domainEventState->timer < 0) {<br>         remoteError(VIR_ERR_NO_SUPPORT, "%s", _("no event support"));<br>         goto done;<br>    }<br><br><br> I am using Centos 6 with KVM QEMU. <br>

<br>Thanks,<br><br>Tyrion<br>
</blockquote></div><br>