[pve-devel] [PATCH qemu-server 3/3] Add audio device to HW permissions
Aaron Lauterer
a.lauterer at proxmox.com
Wed Jul 17 15:59:01 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