On 5/16/25 09:57, Stefan Kober wrote: > Cloud Hypervisor supports virtio-rng devices and the configuration of > the randomness source (e.g. /dev/random or /dev/urandom). > > This commit adds support for configuring the RNG device via libvirt for > the ch driver. > > Signed-off-by: Stefan Kober <stefan.ko...@cyberus-technology.de> > --- > src/ch/ch_domain.c | 8 +++++++- > src/ch/ch_monitor.c | 41 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 48 insertions(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mpriv...@redhat.com> and merged. Congratulations on your first libvirt contribution! Michal