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

Stefan Kober posted 3 patches 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20250527081034.255383-1-stefan.kober@cyberus-technology.de
There is a newer version of this series
NEWS.rst                       |  5 +++++
src/ch/ch.conf                 | 11 ++++++++++
src/ch/ch_conf.c               | 31 ++++++++++++++++++++++++++
src/ch/ch_conf.h               | 18 +++++++++++++++
src/ch/ch_driver.c             |  6 +++++
src/ch/ch_monitor.c            |  6 +++++
src/ch/libvirtd_ch.aug         | 40 ++++++++++++++++++++++++++++++++++
src/ch/meson.build             | 12 ++++++++++
src/ch/test_libvirtd_ch.aug.in |  5 +++++
9 files changed, 134 insertions(+)
create mode 100644 src/ch/ch.conf
create mode 100644 src/ch/libvirtd_ch.aug
create mode 100644 src/ch/test_libvirtd_ch.aug.in
[PATCH v2 0/3] CH: Add support for a configuration file and log level configuration
Posted by Stefan Kober 3 months, 2 weeks ago
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 (3):
  ch: Add config file support
  ch: add log level configuration option
  NEWS: ch: announce log_level config option

 NEWS.rst                       |  5 +++++
 src/ch/ch.conf                 | 11 ++++++++++
 src/ch/ch_conf.c               | 31 ++++++++++++++++++++++++++
 src/ch/ch_conf.h               | 18 +++++++++++++++
 src/ch/ch_driver.c             |  6 +++++
 src/ch/ch_monitor.c            |  6 +++++
 src/ch/libvirtd_ch.aug         | 40 ++++++++++++++++++++++++++++++++++
 src/ch/meson.build             | 12 ++++++++++
 src/ch/test_libvirtd_ch.aug.in |  5 +++++
 9 files changed, 134 insertions(+)
 create mode 100644 src/ch/ch.conf
 create mode 100644 src/ch/libvirtd_ch.aug
 create mode 100644 src/ch/test_libvirtd_ch.aug.in

-- 
2.49.0