Don't advertise support for the NodeID MSR since bhyve doesn't emulate it.
This commit is contained in:
parent
170f49cd34
commit
d5ca76422a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user