libvirt/daemon
Daniel P. Berrange b08e6d38ae 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
2009-09-29 15:53:10 +01:00
..
.gitignore Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
dispatch.c Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
dispatch.h Helper functions for processing data streams in libvirtd 2009-09-29 15:48:58 +01:00
event.c Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
event.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.aug Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.c Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
libvirtd.conf Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.h Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
libvirtd.init.in Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.logrotate.in Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.policy-0 Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.policy-1 Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.sasl Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
libvirtd.sysconf Allow control over QEMU audio backend 2009-09-29 15:53:10 +01:00
Makefile.am Helper functions for processing data streams in libvirtd 2009-09-29 15:48:58 +01:00
mdns.c Rename daemon main code 2009-09-21 14:41:45 +01:00
mdns.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_args.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_prototypes.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_ret.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_dispatch_table.h Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote_generate_stubs.pl Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
remote.c Introduce virStrncpy. 2009-09-22 20:10:00 +02:00
remote.h Rename daemon main code 2009-09-21 14:41:45 +01:00
stream.c Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
stream.h Handle outgoing data streams in libvirtd 2009-09-29 15:48:58 +01:00
test_libvirtd.aug Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00
THREADING.txt Rename qemud/ directory to daemon/ 2009-09-21 14:41:42 +01:00