summaryrefslogtreecommitdiffstats
path: root/sys/amd64/vmm/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/vmm/x86.c')
-rw-r--r--sys/amd64/vmm/x86.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/vmm/x86.c b/sys/amd64/vmm/x86.c
index 0b32eef..cf0b54b 100644
--- a/sys/amd64/vmm/x86.c
+++ b/sys/amd64/vmm/x86.c
@@ -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.
OpenPOWER on IntegriCloud