From b2dd61a045744346bade40c0d398a7c5f588de82 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Wed, 17 Jul 2019 15:59:01 +0200 Subject: [PATCH] Add audio device to HW permissions Signed-off-by: Aaron Lauterer --- PVE/API2/Qemu.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index e2a63be1..8be0b7b1 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -260,6 +260,7 @@ my $hwtypeoptions = { 'tablet' => 1, 'vga' => 1, 'watchdog' => 1, + 'audio0' => 1, }; my $generaloptions = {