CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/01/13 20:09:05

Modified files:
        usr.sbin/vmd   : arm64_vm.c config.c dhcp.c fw_cfg.c 
                         loadfile_elf.c parse.y priv.c sev.c vioblk.c 
                         vionet.c virtio.c virtio.h vm.c vm_agentx.c 
                         vmd.c vmd.h vmm.c x86_vm.c 
        usr.sbin/vmctl : vmctl.c 

Log message:
Simplify vmd(8) structs, removing embedded vmm(4) structs.

This removes some hard dependencies from vmctl(8) on the structures
from vmm(4) and makes naming of identifiers more explicit.

Oh the surface, this is cosmetic, but the intention is to decouple
as much as possible from the dev/vmm/vmm.h to allow for upcoming
work to change vmm(4) without causing a large blast radius.

Testing help from mlarkin@ & bluhm@.

ok mlarkin@

Reply via email to