Re: [PATCH 0/2] CH: Add support for a configuration file and log level configuration

2025-05-26 Thread Michal Prívozník via Devel
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 Hyper

[PATCH 0/2] CH: Add support for a configuration file and log level configuration

2025-05-21 Thread Stefan Kober
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