On 5/22/25 08:21, Stefan Kober wrote:
> Similar to the qemu.conf file that allows QEMU specific configurations we add
> the possibility to specify a ch.conf file for Cloud Hypervisor configuration.
> 
> The initial single config option is the log level, which sets the verbosity of
> the Cloud Hypervisor process. This allows for simpler debugging when using
> Cloud Hypervisor via libvirt.
> 
> Stefan Kober (2):
>   ch: Add config file support
>   ch: add log level configuration option
> 
>  src/ch/ch_conf.c    | 32 ++++++++++++++++++++++++++++++++
>  src/ch/ch_conf.h    | 18 ++++++++++++++++++
>  src/ch/ch_driver.c  |  6 ++++++
>  src/ch/ch_monitor.c |  6 ++++++
>  4 files changed, 62 insertions(+)
> 

The idea is sound, but I think we need a couple of more files.
Also, this deserves to be mentioned in NEWS.rst ;-)

Michal

Reply via email to