[pve-devel] [PATCH manager 2/3] Add PCI address for audio device

Aaron Lauterer a.lauterer at proxmox.com
Mon Jul 15 15:35:53 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/QemuServer/PCI.pm | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/PVE/QemuServer/PCI.pm b/PVE/QemuServer/PCI.pm
> index d847146..9c72f3a 100644
> --- a/PVE/QemuServer/PCI.pm
> +++ b/PVE/QemuServer/PCI.pm
> @@ -79,6 +79,7 @@ my $devices = {
>       'virtio14' => { bus => 2, addr => 9 },
>       'virtio15' => { bus => 2, addr => 10 },
>       'ivshmem' => { bus => 2, addr => 11 },
> +    'audio0' => { bus => 2, addr => 12 },
>       'virtioscsi0' => { bus => 3, addr => 1 },
>       'virtioscsi1' => { bus => 3, addr => 2 },
>       'virtioscsi2' => { bus => 3, addr => 3 },
> 




More information about the pve-devel mailing list