]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: move functions for handling FD passing
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 29 Feb 2016 12:24:40 +0000 (12:24 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Mar 2016 15:41:52 +0000 (15:41 +0000)
commit4e461228dd8bf1b77d475587b8f109e82d6a3fdb
tree77f10b88c2e4929c78c4340a42e84b7a65d21578
parent0192447519226503945e4a471a24acaed81e1bed
qemu: move functions for handling FD passing

The functions for handling FD passing when building command line
arguments need to be used by many different bits of code, so need
to be at the start of the source file

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/qemu/qemu_command.c