CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/11 03:35:44
Modified files:
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vmctl.h
usr.sbin/vmd : control.c vmd.c vmd.h vmm.c
Log message:
Add -f option to vmctl stop to forcefully kill a VM.
This also fixes a bug in vmm_sighdlr where it might have missed
forwarding the TERMINATE_EVENT to the vmd parent after a VM child
died, leading to an abandoned VM in the vmd parent process.
OK ccardenas@ mlarkin@ benno@ kn@
