[pve-devel] [PATCH manager 3/3] Add permission setting for audio device
Aaron Lauterer
a.lauterer at proxmox.com
Mon Jul 15 15:34:14 CEST 2019
Signed-off-by: Aaron Lauterer <a.lauterer at proxmox.com>
---
PVE/API2/Qemu.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm
index e2a63be..8be0b7b 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 = {
--
2.20.1
More information about the pve-devel
mailing list