]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildGlobalControllerCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 13:18:18 +0000 (08:18 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 11 Mar 2016 11:17:05 +0000 (06:17 -0500)
commit73379375c8ab3b20669fcaa973f80446f0e153cb
treec92c91ef3bb72532f35c0804262a770ac1593dd4
parent44616e33042b3fe5da7d487a7a01bb67b2f28325
qemu: Introduce qemuBuildGlobalControllerCommandLine

Add new function to manage adding the -global controller options to
the command line removing that task from the mainline qemuBuildCommandLine.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c