summaryrefslogtreecommitdiff
path: root/sys/modules/vmt/Makefile
AgeCommit message (Collapse)Author
2020-10-27move vmt(4) from MD to MI, and add support vmt on aarch64. tested on ↵ryo
ESXi-Arm Fling - move from sys/arch/x86/x86/{vmt.c,vmtreg.h,vmtvar.h} to sys/dev/vmt/{vmt_subr.c,vmtreg.h,vmtvar.h}, and split the attach part of the cpufeaturebus and fdt - add aarch64 vmware backdoor op - add include guard to vmt{reg,var}.h - Yet there is still some little-endian dependency. it needs to be fixed in order to work properly on aarch64eb
2019-02-17Bump default value of WARNS for modules from 3 to 5, andrin
explicitly set WARNS for modules that fail with WARNS=5. Also, turn on -Wno-missing-noreturn for clang for some files. At the moment, among ~ 360 modules, - 2 (lua and zfs) need WARNS=0 - 1 (solaris) needs WARNS=1 - 136 need WARNS=3 (mostly due to sign-compare) - 4 need WARNS=4 - others can be compiled with WARNS=5 Discussed on tech-kern.
2011-10-20mark vm_reg members as volatile instead of building this with -O0jmcneill
2011-10-17add a port of the VMware Tools driver vmt(4) from OpenBSDjmcneill