Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: imil
Date: Fri Apr 11 04:54:02 UTC 2025
Modified Files:
src/sys/arch/x86/include: cpuvar.h
src/sys/arch/x86/x86: cpu.c
src/sys/dev/nvmm/x86: nvmm_x86_svm.c nvmm_x86_vmx.c
Log Message:
nvmm(4): implement CPUID leaf 0x40000010, VMware compatible TSC and LAPIC
frequency detection. Partially fixes PR kern/59170
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/x86/include/cpuvar.h
cvs rdiff -u -r1.212 -r1.213 src/sys/arch/x86/x86/cpu.c
cvs rdiff -u -r1.86 -r1.87 src/sys/dev/nvmm/x86/nvmm_x86_svm.c
cvs rdiff -u -r1.87 -r1.88 src/sys/dev/nvmm/x86/nvmm_x86_vmx.c
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