From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Laurent Vivier <lvivier@redhat.com>
Cc: Amit Shah <amit@kernel.org>,
qemu-devel@nongnu.org, "Michael S. Tsirkin" <mst@redhat.com>,
Richard Henderson <richard.henderson@linaro.org>,
Markus Armbruster <armbru@redhat.com>,
"Richard W . M . Jones" <rjones@redhat.com>,
Kashyap Chamarthy <kchamart@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v6 2/4] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
Date: Thu, 23 May 2019 14:40:14 +0100 [thread overview]
Message-ID: <20190523134014.GF20973@redhat.com> (raw)
In-Reply-To: <20190521141133.27380-3-lvivier@redhat.com>
On Tue, May 21, 2019 at 04:11:31PM +0200, Laurent Vivier wrote:
> Add a new RNG backend using QEMU builtin getrandom function.
>
> It can be created and used with something like:
>
> ... -object rng-builtin,id=rng0 -device virtio-rng,rng=rng0 ...
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Reviewed-by: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Laurent Vivier <lvivier@redhat.com>
> ---
> backends/Makefile.objs | 2 +-
> backends/rng-builtin.c | 54 ++++++++++++++++++++++++++++++++++++++++++
> qemu-options.hx | 7 ++++++
> 3 files changed, 62 insertions(+), 1 deletion(-)
> create mode 100644 backends/rng-builtin.c
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2019-05-23 13:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-21 14:11 [Qemu-devel] [PATCH v6 0/4] rng-builtin: add an RNG backend that uses qemu_guest_getrandom() Laurent Vivier
2019-05-21 14:11 ` [Qemu-devel] [PATCH v6 1/4] VirtIO-RNG: Update default entropy source to `/dev/urandom` Laurent Vivier
2019-05-24 8:08 ` Ed Maste
2019-05-21 14:11 ` [Qemu-devel] [PATCH v6 2/4] rng-builtin: add an RNG backend that uses qemu_guest_getrandom() Laurent Vivier
2019-05-23 13:40 ` Daniel P. Berrangé [this message]
2019-05-21 14:11 ` [Qemu-devel] [PATCH v6 3/4] virtio-rng: Keep the default backend out of VirtIORNGConf Laurent Vivier
2019-05-21 14:11 ` [Qemu-devel] [PATCH v6 4/4] virtio-rng: change default backend to rng-builtin Laurent Vivier
2019-05-24 15:46 ` [Qemu-devel] [PATCH v6 0/4] rng-builtin: add an RNG backend that uses qemu_guest_getrandom() Laurent Vivier
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=20190523134014.GF20973@redhat.com \
--to=berrange@redhat.com \
--cc=amit@kernel.org \
--cc=armbru@redhat.com \
--cc=kchamart@redhat.com \
--cc=lvivier@redhat.com \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=rjones@redhat.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.