]> git.proxmox.com Git - qemu-server.git/commit
audio dev: specify qemu audio backend
authorAaron Lauterer <a.lauterer@proxmox.com>
Fri, 19 Jul 2019 13:15:44 +0000 (15:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Jul 2019 07:51:03 +0000 (09:51 +0200)
commit1448547f4482b0d1492ca1c1f2edd513ed26b0ca
tree085080aea36b1d68898cbb4031b1af5f437dc0aa
parentc30e80aba90336e77f34b92a098e034eebeaaa3d
audio dev: specify qemu audio backend

QEMU 4 adds the `-audiodev` parameter to explicitly specify the audio
backend. Setting it avoids occasional error messages when starting a
virtual machine with an audio device and qemu wants to connect it to the
physical audio device.

For now only SPICE is supported as it's also the biggest use case.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
PVE/QemuServer.pm