rng-builtin is the new RNG default backend for virtio-rng and is based on getrandom().
0198c2621a1e virtio-rng: change default backend to rng-builtin
5f7655f6ef15 virtio-rng: Keep the default backend out of VirtIORNGConf
6c4e9d487fea rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
rng-builtin is the new RNG default backend for virtio-rng and is based on getrandom().
0198c2621a1e virtio-rng: change default backend to rng-builtin getrandom( )
5f7655f6ef15 virtio-rng: Keep the default backend out of VirtIORNGConf
6c4e9d487fea rng-builtin: add an RNG backend that uses qemu_guest_