[pve-devel] [PATCH manager 3/3] Add permission setting for audio device

Aaron Lauterer a.lauterer at proxmox.com
Mon Jul 15 15:36:02 CEST 2019


Sorry, this is not part of the pve-manager repo but qemu-server. 
Misconfiguration on my side...

On 7/15/19 3:34 PM, Aaron Lauterer wrote:
> 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 = {
> 




More information about the pve-devel mailing list