]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch: Support RNG device
authorStefan Kober <stefan.kober@cyberus-technology.de>
Fri, 16 May 2025 07:57:30 +0000 (09:57 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 16 May 2025 08:44:39 +0000 (10:44 +0200)
commit8a9d201bf60f5b4402077c619cdbc7f7c88f0480
tree68ee2ea858f5d3eebbd83afed700c08177312267
parent95d665c7687d88f8181a5b8ec66e2cdb36caa426
ch: Support RNG device

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.kober@cyberus-technology.de>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/ch/ch_domain.c
src/ch/ch_monitor.c