On Thu, May 09, 2019 at 04:23:42PM +0200, Laurent Vivier wrote: > Add a new RNG backend using QEMU builtin getrandom function. > > It can be created with "-object rng-builtin".
Can you please specify a full, working example in the commit message? It would be useful for later reference. > This patch applies on top of > "[PATCH v4 00/24] Add qemu_getrandom and ARMv8.5-RNG etc" > Based-on: <20190506173353.32206-1-richard.hender...@linaro.org> > Signed-off-by: Laurent Vivier <lviv...@redhat.com> > --- > backends/Makefile.objs | 2 +- > backends/rng-builtin.c | 56 ++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 57 insertions(+), 1 deletion(-) > create mode 100644 backends/rng-builtin.c [...] -- /kashyap