virtio_random
VirtIO Entropy driver
- Provided by: freebsd-manpages (Version: 12.2-2build1)
- Report a bug
VirtIO Entropy driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device virtio_randomAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
virtio_random_load="YES"
The virtio_random device driver provides
support for VirtIO entropy devices.
The entropy device supplies high-quality randomness from the hypervisor to the guest.
The virtio_random driver was written by
Bryan Venteicher
<bryanv@FreeBSD.org>.