Re: [PATCH V7 00/11] PCI devices passthrough on Arm, part 3

2022-07-26 Thread Oleksandr Tyshchenko
On 26.07.22 16:47, Rahul Singh wrote: > Hi Oleksandr, Hello Rahul > >> On 19 Jul 2022, at 6:42 pm, Oleksandr Tyshchenko wrote: >> >> From: Oleksandr Tyshchenko >> >> Hi, all! >> >> You can find previous discussion at [1]. >> >> 1. This patch series is focusing on vPCI and adds support for n

Re: [PATCH V7 00/11] PCI devices passthrough on Arm, part 3

2022-07-26 Thread Rahul Singh
Hi Oleksandr, > On 19 Jul 2022, at 6:42 pm, Oleksandr Tyshchenko wrote: > > From: Oleksandr Tyshchenko > > Hi, all! > > You can find previous discussion at [1]. > > 1. This patch series is focusing on vPCI and adds support for non-identity > PCI BAR mappings which is required while passing t

[PATCH V7 00/11] PCI devices passthrough on Arm, part 3

2022-07-19 Thread Oleksandr Tyshchenko
From: Oleksandr Tyshchenko Hi, all! You can find previous discussion at [1]. 1. This patch series is focusing on vPCI and adds support for non-identity PCI BAR mappings which is required while passing through a PCI device to a guest. The highlights are: - Add relevant vpci register handlers wh