[libvirt] "qemudDispatchSignalEvent" warning... but QEMU support not compiled in

Hi all, Just noticed this warning message when shutting down foreground libvirtd on OSX (via ^C): 17:24:04.247: warning : qemudDispatchSignalEvent:402 : Shutting down on signal 2 Didn't think anything of it, till realising that libvirtd was compiled without QEMU support. It doesn't seem to be hurting anything, but mentioning it in case someone knows what it's about and whether we should care. :) Regards and best wishes, Justin Clift

2010/10/29 Justin Clift <jclift@redhat.com>:
Hi all,
Just noticed this warning message when shutting down foreground libvirtd on OSX (via ^C):
17:24:04.247: warning : qemudDispatchSignalEvent:402 : Shutting down on signal 2
Are you wondering about the qemud in the function name? That's libvirtd's old name. You'll find several places where qemud has not been renamed to libvirtd. There are also places in the QEMU driver that use qemud, where the d could be removed, because the function is actually a QEMU driver function and not a libvirtd function. Matthias

On 10/29/2010 07:43 PM, Matthias Bolte wrote:
2010/10/29 Justin Clift <jclift@redhat.com>:
Hi all,
Just noticed this warning message when shutting down foreground libvirtd on OSX (via ^C):
17:24:04.247: warning : qemudDispatchSignalEvent:402 : Shutting down on signal 2
Are you wondering about the qemud in the function name?
Yep, that's what was fooling me. Thanks Matthias. :)
participants (2)
-
Justin Clift
-
Matthias Bolte