]> git.ipfire.org Git - thirdparty/libvirt.git/commit
ch: Add config file support
authorStefan Kober <stefan.kober@cyberus-technology.de>
Mon, 18 Aug 2025 09:20:53 +0000 (11:20 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Aug 2025 12:36:09 +0000 (14:36 +0200)
commit5dca0567f694a7405ca3e796149aed857b1f6090
tree37904e4a435b9c1666f4dc2f5426b173b1f3e864
parentc573d08ccf5c73baf799adcd20c7a4faa76d6f1c
ch: Add config file support

Similar to the QEMU driver, the ch driver receives support for
configuration files that allows doing certain configuration on the
virtchd daemon.

The initial use case will be setting the verbosity of the cloud
hypervisor instances started by virtchd, but the implementation allows
for adding further options.

Signed-off-by: Stefan Kober <stefan.kober@cyberus-technology.de>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/ch/ch.conf [new file with mode: 0644]
src/ch/ch_conf.c
src/ch/ch_conf.h
src/ch/ch_driver.c
src/ch/libvirtd_ch.aug [new file with mode: 0644]