]> xenbits.xensource.com Git - libvirt.git/commit
ch: Explicitly forbid live changing nodeset for strict numatune
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 1 Apr 2022 13:35:58 +0000 (15:35 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 7 Apr 2022 10:12:08 +0000 (12:12 +0200)
commit5c6622eff771767d37631675fb8b81ba95f0cc14
tree10418ac51cb4f4df56195c93d06fd250c1e1f93b
parent85a6474907a5068427386718f242342bf55ef6ef
ch: Explicitly forbid live changing nodeset for strict numatune

This is similar to v7.10.0-354-g06f405c627 except this time it
fixes CH driver.

With strict numatune we can't guarantee that all memory is moved
to new location. Therefore, let's forbid moving memory in that
case. However, allow it for restrictive mode, which is documented
to be best effort.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/ch/ch_driver.c