• E
    qemu: only request sound cgroup ACL when required · 7c6b22c4
    Eric Blake 提交于
    When a SPICE or VNC graphics controller is present, and sound is
    piggybacked over a channel to the graphics device rather than
    directly accessing host hardware, then there is no need to grant
    host hardware access to that qemu process.
    
    * src/qemu/qemu_cgroup.c (qemuSetupCgroup): Prevent sound with
    spice, and with vnc when vnc_allow_host_audio is 0.
    Reported by Daniel Berrange.
    7c6b22c4
qemu_cgroup.c 13.2 KB