GitHub user wido opened a pull request: https://github.com/apache/cloudstack/pull/1572
CLOUDSTACK-9395: Add Virtio RNG device to Instances when configured By adding a Random Number Generator device to Instances we can prevent entropy starvation inside guest. The default source is /dev/random on the host, but this can be configured to another source when present, for example a hardware RNG. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wido/cloudstack virtio-rng Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1572.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1572 ---- commit 2c4e683b8db9ee77ac54607b0ada501cdc7024a7 Author: Wido den Hollander <w...@widodh.nl> Date: 2016-05-30T14:56:19Z CLOUDSTACK-9395: Add Virtio RNG device to Instances when configured By adding a Random Number Generator device to Instances we can prevent entropy starvation inside guest. The default source is /dev/random on the host, but this can be configured to another source when present, for example a hardware RNG. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---