CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/16 10:55:02
Modified files:
usr.sbin/vmd : atomicio.h control.c dhcp.c fw_cfg.c fw_cfg.h
i8253.c i8259.c loadfile.h mc146818.c ns8250.c
packet.c parse.y pci.c pci.h proc.h vioqcow2.c
vioraw.c vioscsi.c virtio.c virtio.h vm.c
Log message:
cleanup vmd(8) includes and header files
Lots of organic growth other the years lead to unnecessary includes
(proc.h everywhere) and odd dependencies between header files. This
cleans things up a bit to help with upcoming cleanup around dhcp
code.
No functional change.
"go for it" mlarkin@