]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Allow using regular audio backends with VNC
authorCole Robinson <crobinso@redhat.com>
Wed, 19 May 2010 20:41:01 +0000 (16:41 -0400)
committerCole Robinson <crobinso@redhat.com>
Tue, 25 May 2010 14:49:29 +0000 (10:49 -0400)
commitfb3ebd0397980ae035e66f0008b09e13377ef80f
tree7bf8baac078baed34ab39675651d2824267710f7
parentc82d106ed1c7b1be789d9df13f09f6f86e6d8bb3
qemu: Allow using regular audio backends with VNC

Currently all host audio backends are disabled if a VM is using VNC, in
favor of the QEMU VNC audio extension. Unfortunately no released VNC
client supports this extension, so users have no way of getting audio
to work if using VNC.

Add a new config option in qemu.conf which allows changing libvirt's
behavior, but keep the default intact.

v2: Fix doc typos, change name to vnc_allow_host_audio
src/qemu/libvirtd_qemu.aug
src/qemu/qemu.conf
src/qemu/qemu_conf.c
src/qemu/qemu_conf.h
src/qemu/test_libvirtd_qemu.aug