]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Extract pre-start checks into a function
authorPeter Krempa <pkrempa@redhat.com>
Thu, 4 Feb 2016 14:25:29 +0000 (15:25 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 8 Feb 2016 08:19:48 +0000 (09:19 +0100)
commitc07bc2cc7d9ae409bc0da8e3667ce5e7e1c54839
tree34ff36f66406ab26ee8a9182efd2f323b3c1f08f
parentc3e170647e017600408f9e990b104a7025c74697
qemu: process: Extract pre-start checks into a function

When starting a qemu process there are certain checks done to ensure
that the configuration makes sense. Extract them into a separate
function so that they can be reused in the test code.
src/qemu/qemu_migration.c
src/qemu/qemu_process.c
src/qemu/qemu_process.h