• D
    Allow control over QEMU audio backend · b08e6d38
    Daniel P. Berrange 提交于
    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
    b08e6d38
qemu_conf.c 114.2 KB