[pve-devel] applied: [PATCH qemu-server 2/3] Add PCI address for audio device
Thomas Lamprecht
t.lamprecht at proxmox.com
Thu Jul 18 09:18:26 CEST 2019
On 7/17/19 3:59 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 },
>
applied, but as noted in 1/3, this would've been squashed in that patch,
as it's a dependency order violation.. May not be a big issue for this
series, but if you ever done a bisect of a bug it's the worst to get into
a broken build/runtime just because the order of patches was wrong...
More information about the pve-devel
mailing list