Re: [libvirt] [PATCH 2/6] qemu: Use qemuDomainRequiresMlock() in qemuBuildCommandLine()

2015-11-18 Thread Peter Krempa
On Wed, Nov 18, 2015 at 15:13:16 +0100, Andrea Bolognani wrote: > This removes a duplication of the logic used to decide whether > the memory locking limit should be set. > --- > src/qemu/qemu_command.c | 9 +++-- > 1 file changed, 3 insertions(+), 6 deletions(-) ACK, Peter signature.asc

[libvirt] [PATCH 2/6] qemu: Use qemuDomainRequiresMlock() in qemuBuildCommandLine()

2015-11-18 Thread Andrea Bolognani
This removes a duplication of the logic used to decide whether the memory locking limit should be set. --- src/qemu/qemu_command.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 8fdf90c..3e9eb8c 100644 ---