]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Introduce qemuBuildSoundCommandLine
authorJohn Ferlan <jferlan@redhat.com>
Sat, 12 Mar 2016 00:36:22 +0000 (19:36 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 15 Mar 2016 11:10:22 +0000 (07:10 -0400)
commit1a91ddb496a5f83f0afa8e29d8ebd369ee00cb1b
tree5826b7c2f33e472f7f17cbba42154cd36bc48a0f
parent5fc68bd4b198fe4c97cef8742d44fe0a8bf211a3
qemu: Introduce qemuBuildSoundCommandLine

Add new function to manage adding the sound device options to the
command line removing that task from the mainline qemuBuildCommandLine.

Also since qemuBuildSoundDevStr was only local here, make it static as
well as modifying the const virDomainDef.

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