On 30.08.2023 01:19, Volodymyr Babchuk wrote: > From: Oleksandr Andrushchenko <oleksandr_andrushche...@epam.com> > > Assign SBDF to the PCI devices being passed through with bus 0. > The resulting topology is where PCIe devices reside on the bus 0 of the > root complex itself (embedded endpoints). > This implementation is limited to 32 devices which are allowed on > a single PCI bus. > > Please note, that at the moment only function 0 of a multifunction > device can be passed through. > > Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushche...@epam.com> > --- > Since v9: > - Lock in add_virtual_device() replaced with ASSERT (thanks, Stewart)
Also peeking at a few other patches where similar change remarks exist, I'm slightly confused by them: Is this submission v9 or v10? Jan