]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow control over QEMU audio backend
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 14 Sep 2009 10:23:20 +0000 (11:23 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 29 Sep 2009 14:53:10 +0000 (15:53 +0100)
commitb08e6d38ae7a0ed70300d7d82107f83fddb60f44
treeff106b76d484c44a0fc3b023c5d81c1c12a7bf82
parent401c4048115642a82af15591f58e1c63783605c1
Allow control over QEMU audio backend

When using VNC for graphics + keyboard + mouse, we shouldn't
then use the host OS for audio. Audio should go back over
VNC.

When using SDL for graphics, we should use the host OS for
audio since that's where the display is. We need to allow
certain QEMU env variables to be passed through to guest
too to allow choice of QEMU audio backend.

* qemud/libvirtd.sysconf: Mention QEMU/SDL audio env vars
* src/qemu_conf.c: Passthrough QEMU/SDL audio env for SDL display,
  disable host audio for VNC display
daemon/libvirtd.sysconf
src/qemu/qemu_conf.c