]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildIOThreadCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Wed, 17 Feb 2016 21:27:30 +0000 (16:27 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 18 Feb 2016 12:03:30 +0000 (07:03 -0500)
commit70681e3502f25ae463a551884947ef3298ad62ce
tree029cc98b0f7388169c9f5d58945d7bea397d842b
parente0dd78c9b2c15106960561d96e178f10f36393a1
qemu: Introduce qemuBuildIOThreadCommandLine

Add new function to manage adding the IOThread '-object' to the command
line removing that task from the mainline qemuBuildCommandLine

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