Fix cpuid leaf clamping to let through cpuid(0x15) when we have an
authorguenther <guenther@openbsd.org>
Thu, 9 Dec 2021 19:33:53 +0000 (19:33 +0000)
committerguenther <guenther@openbsd.org>
Thu, 9 Dec 2021 19:33:53 +0000 (19:33 +0000)
commit0f58689ada3335284d3b1d5e6ebc848684924e72
treeabfb435b864b2404dcf182a7c1f10c46e668c166
parenta5f4f7b9d55c288140e963903758271044f356cf
Fix cpuid leaf clamping to let through cpuid(0x15) when we have an
invariant TSC and report that correctly in the guest's cpuid(0).eax

prompted by debug messages in report from Josh Grosse (josh(at)jggimi.net)

ok mlarkin@
sys/arch/amd64/amd64/vmm.c