This patch series contains: 1) Place plenty of log_debug statements in key places to assist with troubleshooting and debugging 2) Add new error code when attempting to stop a non-running vm (used by vmctl) Prevent vmd from crashing with updated logic when stopping a vm
Difference between v2 and v3: v3 complies with style(9) v3 adds additional checks in vmm_dispatch_parent before calling terminate_vm in a force stop (i.e. calling `vmctl stop X` twice) Comments? Ok?