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

2019-08-09 Thread Michal Privoznik
On 8/8/19 4:26 PM, Maxiwell S. Garcia wrote: QEMU shows a warning message if partial NUMA mapping is set. This patch adds a warning message in libvirt when editing the XML. It must be an error in future, when QEMU remove this ability. Signed-off-by: Maxiwell S. Garcia ---

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

2019-08-08 Thread Maxiwell S. Garcia
QEMU shows a warning message if partial NUMA mapping is set. This patch adds a warning message in libvirt when editing the XML. It must be an error in future, when QEMU remove this ability. Signed-off-by: Maxiwell S. Garcia --- src/qemu/qemu_domain.c | 19 ++- 1 file changed, 14