Tweak debug log messages
authorreyk <reyk@openbsd.org>
Tue, 10 Jul 2018 16:15:51 +0000 (16:15 +0000)
committerreyk <reyk@openbsd.org>
Tue, 10 Jul 2018 16:15:51 +0000 (16:15 +0000)
commitddadf9931e331f276c59347c121083d650eb92ea
tree56536002abbbdad49137d28882d234f71485977a
parent3230665a983286356d8415949575b27d1026a45e
Tweak debug log messages

- Turn tracing messages into DPRINTF (only compiled with DEBUG).

- Pass __func__ to vm_stop and vm_remove: this way we can track who
called the function in the async context.  It replaces the manual
log_debug in front of each vm_stop/vm_remove.  This debug logging
trick can be removed in the future once we are more confident about
it.

OK ccardenas@ mlarkin@
usr.sbin/vmd/config.c
usr.sbin/vmd/vmd.c
usr.sbin/vmd/vmd.h
usr.sbin/vmd/vmm.c