Re: [libvirt] [PATCH 4/6] qemu: Use qemuDomainAdjustMaxMemLock()

2015-12-13 Thread John Ferlan
On 11/24/2015 08:56 AM, Andrea Bolognani wrote: > Replace all uses of the qemuDomainRequiresMlock/virProcessSetMaxMemLock > combination with the equivalent qemuDomainAdjustMaxMemLock() call. > --- > src/qemu/qemu_hotplug.c | 40 +--- > 1 file changed, 13

Re: [libvirt] [PATCH 4/6] qemu: Use qemuDomainAdjustMaxMemLock()

2015-12-10 Thread John Ferlan
On 12/10/2015 05:43 AM, Andrea Bolognani wrote: > On Wed, 2015-12-09 at 15:15 -0500, John Ferlan wrote: >> On 11/24/2015 08:56 AM, Andrea Bolognani wrote: >>> Replace all uses of the qemuDomainRequiresMlock/virProcessSetMaxMemLock >>> combination with the equivalent qemuDomainAdjustMaxMemLock()

Re: [libvirt] [PATCH 4/6] qemu: Use qemuDomainAdjustMaxMemLock()

2015-12-10 Thread Andrea Bolognani
On Wed, 2015-12-09 at 15:15 -0500, John Ferlan wrote: > On 11/24/2015 08:56 AM, Andrea Bolognani wrote: > > Replace all uses of the qemuDomainRequiresMlock/virProcessSetMaxMemLock > > combination with the equivalent qemuDomainAdjustMaxMemLock() call. > > --- > >  src/qemu/qemu_hotplug.c | 40

[libvirt] [PATCH 4/6] qemu: Use qemuDomainAdjustMaxMemLock()

2015-11-24 Thread Andrea Bolognani
Replace all uses of the qemuDomainRequiresMlock/virProcessSetMaxMemLock combination with the equivalent qemuDomainAdjustMaxMemLock() call. --- src/qemu/qemu_hotplug.c | 40 +--- 1 file changed, 13 insertions(+), 27 deletions(-) diff --git