Re: [PATCH v2 12/17] xen/arm: Add support for Xilinx ZynqMP PCI host controller

2021-09-23 Thread Rahul Singh
Hi Stefano, > On 23 Sep 2021, at 3:11 am, Stefano Stabellini wrote: > > On Wed, 22 Sep 2021, Rahul Singh wrote: >> From: Oleksandr Andrushchenko >> >> Add support for Xilinx ZynqMP PCI host controller to map the PCI config >> space to the XEN memory. >> >> Patch helps to understand how the ge

Re: [PATCH v2 12/17] xen/arm: Add support for Xilinx ZynqMP PCI host controller

2021-09-22 Thread Stefano Stabellini
On Wed, 22 Sep 2021, Rahul Singh wrote: > From: Oleksandr Andrushchenko > > Add support for Xilinx ZynqMP PCI host controller to map the PCI config > space to the XEN memory. > > Patch helps to understand how the generic infrastructure for PCI > host-bridge discovery will be used for future refe

[PATCH v2 12/17] xen/arm: Add support for Xilinx ZynqMP PCI host controller

2021-09-22 Thread Rahul Singh
From: Oleksandr Andrushchenko Add support for Xilinx ZynqMP PCI host controller to map the PCI config space to the XEN memory. Patch helps to understand how the generic infrastructure for PCI host-bridge discovery will be used for future references. Signed-off-by: Oleksandr Andrushchenko --- C