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

From: Joel Fernandes
Date: Mon Nov 10 2025 - 19:02:22 EST


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?

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.