]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move channel path generation out of command creation
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 30 Mar 2016 14:34:17 +0000 (16:34 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 9 Jun 2016 11:23:15 +0000 (13:23 +0200)
commitf670008b58b7951d0d05c2bd0317cf498bf463c2
tree7723786a8ac6b57c4693e73638b9c96d08c33919
parentee12b781892c61ee07f4ed54b71107a0350c384c
qemu: Move channel path generation out of command creation

Put it into separate function called qemuDomainPrepareChannel() and call
it from the new qemuProcessPrepareDomain().

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c