]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuProcessStart: Switch to flags instead of bunch booleans
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 8 Mar 2012 13:20:19 +0000 (14:20 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 16 Apr 2012 15:20:04 +0000 (17:20 +0200)
commit63ddc65d637f62cc44601311833d8f47a7b31740
treeaec46bfdad01856f92c414353b09fa6123eeb1fe
parent794d6b1dc09c122c512f9ca0281f5b3dce643c95
qemuProcessStart: Switch to flags instead of bunch booleans

Currently, we have 3 boolean arguments we have to pass
to qemuProcessStart(). As libvirt grows it is harder and harder
to remember them and their position. Therefore we should
switch to flags instead.
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/qemu/qemu_process.h