2010/10/29 Justin Clift <jclift(a)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