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
9d999e98ee
commit
a83c14de5c
@ -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…
x
Reference in New Issue
Block a user