summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bhyve/Makefile
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2014-04-02 20:18:17 +0000
committergrehan <grehan@FreeBSD.org>2014-04-02 20:18:17 +0000
commit904ae9c6df5e58f033884db954d372a5086de2bd (patch)
tree490180972bcced2c4437a25e41b32732a98c58a5 /usr.sbin/bhyve/Makefile
parent82709f9ad7db31e58c8558504a43e2ec1e29944c (diff)
downloadFreeBSD-src-904ae9c6df5e58f033884db954d372a5086de2bd.zip
FreeBSD-src-904ae9c6df5e58f033884db954d372a5086de2bd.tar.gz
Add support for the virtio RNG entropy-source device.
Call through to /dev/random synchronously to fill virtio buffers with RNG data. Tested with FreeBSD-CURRENT and Ubuntu guests. Submitted by: Leon Dang Discussed with: markm MFC after: 3 weeks Sponsored by: Nahanni Systems
Diffstat (limited to 'usr.sbin/bhyve/Makefile')
-rw-r--r--usr.sbin/bhyve/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile
index 116fb60..d6682fb 100644
--- a/usr.sbin/bhyve/Makefile
+++ b/usr.sbin/bhyve/Makefile
@@ -26,6 +26,7 @@ SRCS= \
pci_passthru.c \
pci_virtio_block.c \
pci_virtio_net.c \
+ pci_virtio_rnd.c \
pci_uart.c \
pm.c \
pmtmr.c \
OpenPOWER on IntegriCloud