]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Introduce qemuBuildParallelsCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 15:58:06 +0000 (10:58 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Sat, 12 Mar 2016 00:23:46 +0000 (19:23 -0500)
commit0e1e7ade29ccf58001edf6d2b6d424d75ab0bf63
tree0c4095af1e3e75efdec0c1876070a97155a98dde
parent5ab86400bfeb2fb0d058186fd1d77b271ddc67c4
qemu: Introduce qemuBuildParallelsCommandLine

Add new function to manage adding the parallels device options to the
command line removing that task from the mainline qemuBuildCommandLine.
Alter logic slight to reduce indention level.

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