]> git.proxmox.com Git - qemu-server.git/commit
cfg2cmd: Add the audiodev property to audio devs
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 16 Mar 2020 10:02:38 +0000 (11:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Apr 2020 12:23:16 +0000 (14:23 +0200)
commit940e2a3a06b3ea47aae144519e2aaa881a80e437
treea213604ab7e0345149b48e93666547d4c0addd67
parent818c3b8d91ad65b004042699277aa2f6543527ca
cfg2cmd: Add the audiodev property to audio devs

With Qemu 4.2 a new `audiodev` property was introduced [0] to explicitly
specify the backend to be used for the audio device. This is accompanied
with a warning that the fallback to the default audio backend is
deprecated.

[0] https://wiki.qemu.org/ChangeLog/4.2#Audio

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