]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: check if numa cell's cpu range match with cpu topology count
authorMaxiwell S. Garcia <maxiwell@linux.ibm.com>
Thu, 8 Aug 2019 14:26:30 +0000 (11:26 -0300)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 9 Aug 2019 13:43:09 +0000 (15:43 +0200)
commit38d2e033686b5cc274f8f55075ce1985b71e329a
treedd23c44592a9d8a43e259eb01574c267eb1b1ca8
parentb18c273a246657bb07585da790c5844a549b1282
qemu: check if numa cell's cpu range match with cpu topology count

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 <maxiwell@linux.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_domain.c