From 3d6f82b123ca6851d147d4a80e80a4cab0bf88d1 Mon Sep 17 00:00:00 2001 From: Philip Sanderson Date: Thu, 20 Jan 2011 21:37:29 -0600 Subject: [PATCH] --- yaml --- r: 231964 b: refs/heads/master c: 85c0647275b60380e19542d43420184e86418d86 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/lguest/lguest.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index de510c5460fa..7e269621f1dc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5230ff0cccb0611830bb02b097535868df02752a +refs/heads/master: 85c0647275b60380e19542d43420184e86418d86 diff --git a/trunk/Documentation/lguest/lguest.txt b/trunk/Documentation/lguest/lguest.txt index 6ccaf8e1a00e..dad99978a6a8 100644 --- a/trunk/Documentation/lguest/lguest.txt +++ b/trunk/Documentation/lguest/lguest.txt @@ -117,6 +117,11 @@ Running Lguest: for general information on how to get bridging to work. +- Random number generation. Using the --rng option will provide a + /dev/hwrng in the guest that will read from the host's /dev/random. + Use this option in conjunction with rng-tools (see ../hw_random.txt) + to provide entropy to the guest kernel's /dev/random. + There is a helpful mailing list at http://ozlabs.org/mailman/listinfo/lguest Good luck!