Re: [libvirt] [PATCH] qemu: check if numa cell's cpu range match with cpu topology count

2019-06-10 Thread Peter Krempa
On Fri, Jun 07, 2019 at 16:22:08 -0300, Maxiwell S. Garcia wrote: > If the XML doesn't have numa cells, this check is not necessary. But > if numa cells are present, it must match with cpu topology count. You should also describe that you are fixing the warning in the VM log file that says that

[libvirt] [PATCH] qemu: check if numa cell's cpu range match with cpu topology count

2019-06-07 Thread Maxiwell S. Garcia
If the XML doesn't have numa cells, this check is not necessary. But if numa cells are present, it must match with cpu topology count. Signed-off-by: Maxiwell S. Garcia --- src/qemu/qemu_domain.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git