Skip to content

Commit

Permalink
MFC 347238: vmm(4): Pass through RDSEED feature bit to guests
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Jul 13, 2019
1 parent f3da0c2 commit e64222c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/amd64/vmm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ x86_emulate_cpuid(struct vm *vm, int vcpu_id,
CPUID_STDEXT_AVX2 | CPUID_STDEXT_BMI2 |
CPUID_STDEXT_ERMS | CPUID_STDEXT_RTM |
CPUID_STDEXT_AVX512F |
CPUID_STDEXT_RDSEED |
CPUID_STDEXT_AVX512PF |
CPUID_STDEXT_AVX512ER |
CPUID_STDEXT_AVX512CD | CPUID_STDEXT_SHA);
Expand Down

0 comments on commit e64222c

Please sign in to comment.