CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/04 10:12:40
Modified files:
sys/arch/amd64/amd64: vmm_machdep.c
Log message:
vmm: set highest cpuid feature leaf based on host cpu.
Fixes Linux guests on older Intel hardware. vmm was reporting a
value that doesn't match the host. Cap it at the highest value vmm
currently emulates.
ok bluhm@, ratchov@
