mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-07 22:09:57 +00:00
f7baee531a
Almost all of memory models we currently support allow setting virDomainMemoryDef::targetNode so that the memory module is associated with given guest NUMA node. And we do have a check whether the requested node is within bounds, but it's executed only when building QEMU's cmd line. Move it into validation phase. While this commit is moving the validation to a place that does not validate all the possible code paths, it's okay, because only the explicit memory device has user-configurable target node which could break the assumption. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2 lines
92 B
Plaintext
2 lines
92 B
Plaintext
can't add memory backend for guest node '1' as the guest has only '1' NUMA nodes configured
|