CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/11/10 04:46:39
Modified files:
sys/arch/amd64/include: vmmvar.h
usr.sbin/vmd : Makefile vm.c
Added files:
usr.sbin/vmd : mmio.c mmio.h
Log message:
vmd(8): import mmio decode and emulation, disabled for now.
The initial mmio support for vmd adds support for only specific MOV
and MOVZX instructions. Plan is to begin iterating in-tree on other
missing pieces. All functionality is gated behind an #if for now.
Only change to vmm(4) is reordering register #define's in vmmvar.h.
ok mlarkin@