]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 260847,264055,264867:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 21 Jul 2014 00:21:56 +0000 (00:21 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 21 Jul 2014 00:21:56 +0000 (00:21 +0000)
commit6268125fb2d236f9edc8deaab95c63551b89acae
tree47f56b4d318aeb5e1020c53d57cb9963e35eeb27
parente14c47782452596fd7e66e103913f974e80349f3
MFC 260847,264055,264867:
- Add a very simple virtio_random(4) driver for FreeBSD guests to harvest
  entropy from hypervisors.
- Add support to bhyve for the virtio RNG entropy-source device to provide
  entry to bhyve guests.

git-svn-id: svn://svn.freebsd.org/base/stable/10@268933 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
share/man/man4/Makefile
share/man/man4/virtio_random.4 [new file with mode: 0644]
sys/amd64/conf/NOTES
sys/conf/files.amd64
sys/conf/files.i386
sys/dev/virtio/random/virtio_random.c [new file with mode: 0644]
sys/i386/conf/NOTES
sys/modules/virtio/Makefile
sys/modules/virtio/random/Makefile [new file with mode: 0644]
sys/sys/random.h
usr.sbin/bhyve/Makefile
usr.sbin/bhyve/bhyve.8
usr.sbin/bhyve/pci_virtio_rnd.c [new file with mode: 0644]
usr.sbin/bhyve/virtio.h