]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: refactor and rename qemuValidateCpuMax to qemuValidateCpuCount
authorPeter Krempa <pkrempa@redhat.com>
Wed, 6 Jan 2016 15:22:10 +0000 (16:22 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 25 Jan 2016 16:45:09 +0000 (17:45 +0100)
commitadca15cf153e2b7033702d26c559b823cf3eeecd
tree7c259cbe5000c1c5ca2b912253bcf22f12f4a7bd
parent99f8fb4c554c700f03d2f979520f015e5a8e1063
qemu: process: refactor and rename qemuValidateCpuMax to qemuValidateCpuCount

Next patch will add minimum checking, so use a more generic name.
Refactor return values to the commonly used semantics.
src/qemu/qemu_process.c