Re: [PATCH v2 03/11] xen/arm: Introduce pci_find_host_bridge_node helper

2021-09-24 Thread Stefano Stabellini
On Thu, 23 Sep 2021, Oleksandr Andrushchenko wrote: > From: Oleksandr Andrushchenko > > Get host bridge node given a PCI device attached to it. > > This helper will be re-used for adding PCI devices by the subsequent > patches. > > Signed-off-by: Oleksandr Andrushchenko > Signed-off-by: Oleksa

[PATCH v2 03/11] xen/arm: Introduce pci_find_host_bridge_node helper

2021-09-23 Thread Oleksandr Andrushchenko
From: Oleksandr Andrushchenko Get host bridge node given a PCI device attached to it. This helper will be re-used for adding PCI devices by the subsequent patches. Signed-off-by: Oleksandr Andrushchenko Signed-off-by: Oleksandr Tyshchenko --- xen/arch/arm/pci/pci-host-common.c | 17 +