[libvirt] [PATCH 3/7] qemu: Implement builtin rng backend

Peter Krempa pkrempa at redhat.com
Mon Jan 6 10:19:40 UTC 2020


On Mon, Jan 06, 2020 at 11:11:01 +0100, Peter Krempa wrote:
> On Wed, Jan 01, 2020 at 13:06:33 +0800, Han Han wrote:
> > Since v4.2-rc0, QEMU introduced a builtin rng backend that uses
> > getrandom() syscall to generate random. Add it to libvirt with the
> > backend model 'builtin'.
> > 
> > https://bugzilla.redhat.com/show_bug.cgi?id=1785091
> > 
> > Signed-off-by: Han Han <hhan at redhat.com>
> > ---
> >  src/conf/domain_audit.c |  2 ++
> >  src/conf/domain_conf.c  |  9 +++++++++
> >  src/conf/domain_conf.h  |  1 +

Additionally this patch mixes XML additions (the enum value addition and
corresponding conversion string and qemu implementation. We prefer if
it's not mixed.




More information about the libvir-list mailing list