]> xenbits.xensource.com Git - libvirt.git/commit
qemu: use new virCommandSetMax(Processes|Files)
authorLaine Stump <laine@laine.org>
Thu, 25 Apr 2013 16:16:25 +0000 (12:16 -0400)
committerLaine Stump <laine@laine.org>
Fri, 26 Apr 2013 14:23:46 +0000 (10:23 -0400)
commit7bdf459d2cb5bd5ddaf7ad05353cc6610bb4a783
tree0e92408972a76780a3c5f9d6f7722364f82471b5
parent776d49f492ed6e19f367291f2e552c30fad0571e
qemu: use new virCommandSetMax(Processes|Files)

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