]> git.proxmox.com Git - qemu-server.git/commit
cfg2cmd: set audiodev parameter only on qemu >= 4.2
authorAaron Lauterer <a.lauterer@proxmox.com>
Wed, 6 May 2020 12:51:54 +0000 (14:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 May 2020 13:14:15 +0000 (15:14 +0200)
commit1cc5ed1bc4ae4f1e0c776858537bfd5febc30f92
treedd6c556817e1ccf711ea1e8ac3bdda0828306b90
parent058531889fee773a94b1fc3c508705c35a3a1625
cfg2cmd: set audiodev parameter only on qemu >= 4.2

fixes commit 940e2a3a06b3ea47aae144519e2aaa881a80e437

QEMU 4.1 will fail to start a guest with an audio device set with:
> Property '.audiodev' not found

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