mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
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:
parent
7a8d25c037
commit
517e21d3e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255645
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user