mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
Fix typo in comment about memory binding
rather then -> rather than Signed-off-by: YueWenyuan <yuewenyuan@huawei.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
a03e2d3a99
commit
21b64552fe
@ -747,7 +747,7 @@ static int virLXCControllerSetupResourceLimits(virLXCControllerPtr ctrl)
|
||||
virCgroupControllerAvailable(VIR_CGROUP_CONTROLLER_CPUSET)) {
|
||||
/* Use virNuma* API iff necessary. Once set and child is exec()-ed,
|
||||
* there's no way for us to change it. Rely on cgroups (if available
|
||||
* and enabled in the config) rather then virNuma*. */
|
||||
* and enabled in the config) rather than virNuma*. */
|
||||
VIR_DEBUG("Relying on CGroups for memory binding");
|
||||
} else {
|
||||
|
||||
|
@ -3145,7 +3145,7 @@ static int qemuProcessHook(void *data)
|
||||
virCgroupControllerAvailable(VIR_CGROUP_CONTROLLER_CPUSET)) {
|
||||
/* Use virNuma* API iff necessary. Once set and child is exec()-ed,
|
||||
* there's no way for us to change it. Rely on cgroups (if available
|
||||
* and enabled in the config) rather then virNuma*. */
|
||||
* and enabled in the config) rather than virNuma*. */
|
||||
VIR_DEBUG("Relying on CGroups for memory binding");
|
||||
} else {
|
||||
nodeset = virDomainNumatuneGetNodeset(h->vm->def->numa,
|
||||
|
Loading…
Reference in New Issue
Block a user