CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/28 07:40:53
Modified files:
sys/arch/amd64/include: vmmvar.h
usr.sbin/vmd : config.c parse.y pci.c priv.c vm.c vmd.c vmd.h
usr.sbin/vmctl : vmctl.c
Log message:
Move some header definitions from vmm(4) to vmd(8).
Part of an ongoing effort to move userland-specific information out
of a kernel header and directly into vmd(8). No functional change.
ok mlarkin@
