CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/07/09 03:31:37
Modified files:
sys/dev/vmm : vmm.h
usr.sbin/vmd : fw_cfg.c i8253.c i8259.c i8259.h loadfile_elf.c
mc146818.c mmio.h ns8250.c parse.y pci.c
virtio.c vm.c vmd.c vmd.h vmm.c
sys/arch/amd64/include: vmmvar.h
Log message:
vmd/vmm: move vm_run_params into mi header.
To prepare for mi/md splitting vmd, need to fixup the dev/vmm/vmm.h
mi header. Move the vm_run_params struct and clean up the includes
in vmd.
"sure", mlarkin@