From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756708AbYEQQAO (ORCPT ); Sat, 17 May 2008 12:00:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752234AbYEQP74 (ORCPT ); Sat, 17 May 2008 11:59:56 -0400 Received: from terminus.zytor.com ([198.137.202.10]:53475 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752049AbYEQP7k (ORCPT ); Sat, 17 May 2008 11:59:40 -0400 Message-ID: <482F0041.6070208@zytor.com> Date: Sat, 17 May 2008 08:56:49 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Christian Borntraeger CC: Herbert Xu , Rusty Russell , Johannes Berg , virtualization@lists.linux-foundation.org, Jeff Garzik , LKML , Theodore Tso , Matt Mackall Subject: Re: [PATCH 2/2] lguest: virtio-rng support References: <482C8595.5030509@garzik.org> <200805171628.03801.rusty@rustcorp.com.au> <20080517064307.GA16857@gondor.apana.org.au> <200805170943.54031.borntraeger@de.ibm.com> In-Reply-To: <200805170943.54031.borntraeger@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christian Borntraeger wrote: > I think the proper solution would be to use the hosts /dev/hw_rng - if > available. Not really, no. The host has access to real entropy in the form of hardware timings as well as possibly /dev/hw_rng. -hpa