Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   ryo
Date:           Tue Oct 27 08:57:11 UTC 2020

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
        src/share/man/man4/man4.x86: Makefile
        src/sys/arch/evbarm/conf: GENERIC64
        src/sys/arch/x86/conf: files.x86
        src/sys/arch/x86/x86: identcpu.c lapic.c vmt.c
        src/sys/conf: files
        src/sys/dev/fdt: files.fdt
        src/sys/modules/vmt: Makefile
Added Files:
        src/share/man/man4: vmt.4
        src/sys/dev/vmt: files.vmt vmt_subr.c vmtreg.h vmtvar.h
Removed Files:
        src/share/man/man4/man4.x86: vmt.4
        src/sys/arch/x86/x86: vmtreg.h vmtvar.h

Log Message:
move vmt(4) from MD to MI, and add support vmt on aarch64. tested on 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


To generate a diff of this commit:
cvs rdiff -u -r1.1706 -r1.1707 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.710 -r1.711 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.3 src/share/man/man4/vmt.4
cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/man4.x86/Makefile
cvs rdiff -u -r1.6 -r0 src/share/man/man4/man4.x86/vmt.4
cvs rdiff -u -r1.163 -r1.164 src/sys/arch/evbarm/conf/GENERIC64
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/x86/conf/files.x86
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/x86/x86/identcpu.c
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/x86/x86/lapic.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x86/x86/vmt.c
cvs rdiff -u -r1.2 -r0 src/sys/arch/x86/x86/vmtreg.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/x86/x86/vmtvar.h
cvs rdiff -u -r1.1276 -r1.1277 src/sys/conf/files
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/fdt/files.fdt
cvs rdiff -u -r0 -r1.1 src/sys/dev/vmt/files.vmt src/sys/dev/vmt/vmt_subr.c \
    src/sys/dev/vmt/vmtreg.h src/sys/dev/vmt/vmtvar.h
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/vmt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index