CVSROOT: /cvs Module name: src Changes by: e...@cvs.openbsd.org 2017/01/13 12:21:16
Modified files: usr.sbin/vmd : parse.y vmd.c vmd.h usr.sbin/vmctl : vmctl.8 Log message: Make it possible to remove VMs from vmd(8)'s internal queue. The semantics agreed with reyk@ are: * ad-hoc created vms, created with `vmctl start`, are removed once stopped. * Stopped VMs defined in a config file are flushed before a `vmctl reload`. OK reyk@