CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/07/29 10:36:51
Modified files:
usr.sbin/vmd : config.c vmd.c vmd.h vmm.c
Log message:
Allow starting a VM again after it was terminated
If a VM exits, terminate it and remove it from the list of
available VMs. That allows a VM with name `foo' to be restarted
after it has exited.
This changes structures shared between vmd and vmctl. You need to
rebuild vmctl also.
ok mlarkin@
