]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildSoundCommandLine: Generate codecs via JSON
authorPeter Krempa <pkrempa@redhat.com>
Tue, 5 Oct 2021 16:42:39 +0000 (18:42 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Oct 2021 09:11:13 +0000 (11:11 +0200)
commit39f181dacc34a1012fbdcacc6ef403b746c33ad2
tree90751f3c704521a27eac442887c0f72c559d1900
parente79e862a6c9f0aad1f98d49106210a449009a321
qemuBuildSoundCommandLine: Generate codecs via JSON

The codec devices have the following properties we control:
  cad=<uint32>           -  (default: 4294967295)
  audiodev=<str>         - ID of an audiodev to use as a backend

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c