Don't advertise support for the NodeID MSR since bhyve doesn't emulate it.

This commit is contained in:
neel 2014-10-18 05:39:32 +00:00
parent 170f49cd34
commit d5ca76422a

View File

@ -171,6 +171,9 @@ x86_emulate_cpuid(struct vm *vm, int vcpu_id,
*/
regs[2] &= ~AMDID2_IBS;
/* NodeID MSR not available */
regs[2] &= ~AMDID2_NODE_ID;
/*
* Hide rdtscp/ia32_tsc_aux until we know how
* to deal with them.