View | Details | Raw Unified | Return to bug 218662
Collapse All | Expand All

(-)b/sys/amd64/vmm/x86.c (+5 lines)
Lines 283-288 x86_emulate_cpuid(struct vm *vm, int vcpu_id, Link Here
283
			regs[2] &= ~CPUID2_TSCDLT;
283
			regs[2] &= ~CPUID2_TSCDLT;
284
284
285
			/*
285
			/*
286
			 * Hide the Silicon Debug functionality.
287
			 */
288
			regs[2] &= ~(CPUID2_SDBG);
289
290
			/*
286
			 * Hide thermal monitoring
291
			 * Hide thermal monitoring
287
			 */
292
			 */
288
			regs[3] &= ~(CPUID_ACPI | CPUID_TM);
293
			regs[3] &= ~(CPUID_ACPI | CPUID_TM);

Return to bug 218662