
23 Aug
2023
23 Aug
'23
2:51 a.m.
On 8/22/23 15:09, Peter Krempa wrote:
Since commit baca59a5384 the NUMA definition is automatically fixed if the vCPU count mismatches the NUMA cpu count so that this warning will never be triggered.
Additionally VIR_WARN of a misconfiguration of a VM would not really be seen in most cases as it's only simply logged.
Signed-off-by: Peter Krempa <pkrempa@redhat.com> ---
This was originally in my series reworking qemuxml2xmltest. I've removed it but later figured out that it's dead code. This posting has an updated commit message.
src/qemu/qemu_validate.c | 8 -------- 1 file changed, 8 deletions(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal