Re: [libvirt] [PATCH 2/4] qemu: use new virCommandSetMax(Processes|Files)

2013-04-26 Thread Daniel P. Berrange
On Thu, Apr 25, 2013 at 09:44:31PM -0400, Laine Stump wrote: These were previously being set in a custom hook function, but now that virCommand directly supports setting them, we can eliminate that part of the hook and call the APIs directly. --- src/qemu/qemu_process.c | 38

[libvirt] [PATCH 2/4] qemu: use new virCommandSetMax(Processes|Files)

2013-04-25 Thread Laine Stump
These were previously being set in a custom hook function, but now that virCommand directly supports setting them, we can eliminate that part of the hook and call the APIs directly. --- src/qemu/qemu_process.c | 38 ++ 1 file changed, 2 insertions(+), 36