From: Stefan Berger <stefanb@linux.vnet.ibm.com>
To: Amit Shah <amit.shah@redhat.com>
Cc: qemu list <qemu-devel@nongnu.org>,
Anthony Liguori <anthony@codemonkey.ws>
Subject: Re: [Qemu-devel] [PATCH v3 1/1] virtio-rng: hardware random number generator device
Date: Mon, 02 Jul 2012 13:56:24 -0400 [thread overview]
Message-ID: <4FF1E0C8.50705@linux.vnet.ibm.com> (raw)
In-Reply-To: <20120622110601.GB24801@amit.redhat.com>
On 06/22/2012 07:06 AM, Amit Shah wrote:
> On (Wed) 20 Jun 2012 [16:29:22], Anthony Liguori wrote:
>> On 06/20/2012 01:59 AM, Amit Shah wrote:
>>> The Linux kernel already has a virtio-rng driver, this is the device
>>> implementation.
>>>
>>> When the guest asks for entropy from the virtio hwrng, it puts a buffer
>>> in the vq. We then put entropy into that buffer, and push it back to
>>> the guest.
>>>
>>> The chardev connected to this device is fed the data to be sent to the
>>> guest.
>>>
>>> Invocation is simple:
>>>
>>> $ qemu ... -device virtio-rng-pci,chardev=foo
>>>
>>> In the guest, we see
>>>
>>> $ cat /sys/devices/virtual/misc/hw_random/rng_available
>>> virtio
>>>
>>> $ cat /sys/devices/virtual/misc/hw_random/rng_current
>>> virtio
>>>
>>> # cat /dev/hwrng
>>>
>>> Simply feeding /dev/urandom from the host to the chardev is sufficient:
>>>
>>> $ qemu ... -chardev socket,path=/tmp/foo,server,nowait,id=foo \
>>> -device virtio-rng,chardev=foo
>>>
>>> $ nc -U /tmp/foo< /dev/urandom
>>>
>>> A QMP event is sent for interested apps to monitor activity and send the
>>> appropriate number of bytes that get asked by the guest:
>>>
>>> {"timestamp": {"seconds": 1337966878, "microseconds": 517009}, \
>>> "event": "ENTROPY_NEEDED", "data": {"bytes": 64}}
>> Nack.
>>
>> Use a protocol.
> How does one write a program on Linux to get random numbers?
>
> He uses /dev/random, of course.
You could also use the nss freebl crypto library that provides a random
number generator that for example seeds itself from /dev/urandom and
then uses hash operations on the seed before it goes back to getting
random numbers from /dev/urandom again. So, another idea: call
RNG_GenerateGlobalRandomBytes() to get the entropy.
Stefan
next prev parent reply other threads:[~2012-07-02 17:58 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-20 6:59 [Qemu-devel] [PATCH v3 0/1] virtio-rng: hardware random number generator Amit Shah
2012-06-20 6:59 ` [Qemu-devel] [PATCH v3 1/1] virtio-rng: hardware random number generator device Amit Shah
2012-06-20 8:36 ` Daniel P. Berrange
2012-06-20 21:29 ` Anthony Liguori
2012-06-22 11:06 ` Amit Shah
2012-07-02 17:56 ` Stefan Berger [this message]
2012-06-22 12:12 ` Markus Armbruster
2012-06-22 12:22 ` Anthony Liguori
2012-06-22 12:31 ` Daniel P. Berrange
2012-06-22 12:58 ` Anthony Liguori
2012-06-22 13:34 ` Daniel P. Berrange
2012-06-22 13:44 ` Anthony Liguori
2012-06-22 18:50 ` Amit Shah
2012-06-22 19:59 ` Anthony Liguori
2012-09-16 20:42 ` [Qemu-devel] [PATCH v3 0/1] virtio-rng: hardware random number generator H. Peter Anvin
2012-09-16 23:23 ` Anthony Liguori
2012-09-16 23:36 ` H. Peter Anvin
2012-09-17 3:21 ` Amit Shah
2012-09-17 4:27 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4FF1E0C8.50705@linux.vnet.ibm.com \
--to=stefanb@linux.vnet.ibm.com \
--cc=amit.shah@redhat.com \
--cc=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).