CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/22 13:55:18
Modified files:
usr.sbin/vmmctl: Makefile vmmctl.8 vmmctl.c
Added files:
usr.sbin/vmmctl: main.c parse.y parser.c parser.h vmm.conf.5
Log message:
Add initial parser to support a vmm.conf(5) configuration file format
for vmm and virtual machines. Additionally, add a matching vmmctl
command line grammar that replaces (most of the) getopt arguments.
The goal is to provide a sane way to configure vmm(4) and vmd(8).
"There is still a lot to be done, and fixed" in this as well.
OK mlarkin@