CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/14 13:55:55
Modified files:
usr.sbin/vmd : vmd.c vmd.h vmm.c
Log message:
Only open /dev/vmm once in vmd(8).
Have the parent process open /dev/vmm and send the fd to the vmm
child process. Only the vmm process and its resulting children
(guest vms) need it for ioctl calls.
ok kn@
