On 7/4/25 15:52, Jiri Denemark via Devel wrote: > See 2/6 for description of the issue this series is trying to deal with. > > Jiri Denemark (6): > cpu: Show input CPU model names in debug log > Clarify documentation of virConnectBaselineHypervisorCPU > Change documentation style of virConnectBaselineCPUFlags > Introduce VIR_CONNECT_BASELINE_CPU_IGNORE_HOST flag > qemu: Implement VIR_CONNECT_BASELINE_CPU_IGNORE_HOST > virsh: Add support for VIR_CONNECT_BASELINE_CPU_IGNORE_HOST flag > > docs/manpages/virsh.rst | 20 +++++++++++++++----- > include/libvirt/libvirt-host.h | 9 +++++++-- > src/cpu/cpu.c | 2 +- > src/libvirt-host.c | 30 +++++++++++++++++++++--------- > src/qemu/qemu_driver.c | 30 +++++++++++++++++++++--------- > tools/virsh-host.c | 8 ++++++++ > 6 files changed, 73 insertions(+), 26 deletions(-) >
Reviewed-by: Michal Privoznik <mpriv...@redhat.com> and don't forget a NEWS.rst record ;-) Michal