[PATCH 0/6] Make virConnectBaselineHypervisorCPU a bit more sane

Jiri Denemark via Devel posted 6 patches 5 months, 1 week ago
Failed in applying to current master (apply log)
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(-)
[PATCH 0/6] Make virConnectBaselineHypervisorCPU a bit more sane
Posted by Jiri Denemark via Devel 5 months, 1 week ago
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(-)

-- 
2.50.0
Re: [PATCH 0/6] Make virConnectBaselineHypervisorCPU a bit more sane
Posted by Michal Prívozník via Devel 5 months, 1 week ago
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 <mprivozn@redhat.com>

and don't forget a NEWS.rst record ;-)

Michal