Hide TSC-deadline APIC timer support from guests. This mode

isn't yet implemented in bhyve's APIC emulation.

Reviewed by:	neel
Approved by:	re@ (blanket)
This commit is contained in:
Peter Grehan 2013-09-17 17:56:53 +00:00
parent 7a8d25c037
commit 517e21d3e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255645

View File

@ -163,7 +163,12 @@ x86_emulate_cpuid(struct vm *vm, int vcpu_id,
* Hide the performance and debug features.
*/
regs[2] &= ~CPUID2_PDCM;
/*
* No TSC deadline support in the APIC yet
*/
regs[2] &= ~CPUID2_TSCDLT;
/*
* Hide thermal monitoring
*/