CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/01/10 01:54:14
Modified files:
sys/dev/acpi : files.acpi
share/man/man4 : Makefile acpi.4
Added files:
sys/dev/acpi : acpihve.c
share/man/man4 : acpihve.4
Log message:
Hyper-V hosts make 64 bytes of entropy available to guests in the form
of a OEM0 ACPI table. acpihve(4) feeds this data into the kernel
entropy pool.
This is less interesting for machines with rdrand, but there are still
pre ivy bridge machines running Hyper-V (including parts of Azure).
ok mikeb@ reyk@ deraadt@ mlarkin@