Re: [PATCH v6 RESEND 0/7] rust: pci: add config space read/write support

From: Zhi Wang
Date: Tue Nov 11 2025 - 03:44:35 EST


On Mon, 10 Nov 2025 19:01:39 -0500
Joel Fernandes <joelagnelf@xxxxxxxxxx> wrote:

> On 11/10/2025 3:41 PM, Zhi Wang wrote:
> > In the NVIDIA vGPU RFC [1], the PCI configuration space access is
> > required in nova-core for preparing gspVFInfo when vGPU support is
> > enabled. This series is the following up of the discussion with
> > Danilo for how to introduce support of PCI configuration space
> > access in Rust PCI abstractions.
>
> Hi Zhi, is there a tree with all the patches and dependencies for
> this series?
>

Hi Joel, I uploaded the tree here:

https://github.com/zhiwang-nvidia/nova-core/tree/rust-for-linux/pci-configuration-space-v6

> Typically it is a good idea to provide it with all dependencies, so
> folks can checkout the tree.
>
> git format-patch also has an --auto option that adds base commit
> information, so folks know
>
> Thanks.