On Tue May 26, 2026 at 7:58 AM JST, Danilo Krummrich wrote: > Take advantage of the lifetime-parameterized pci::Bar<'bound> to hold > the BAR mapping directly in NovaCore<'bound>, and pass a borrowed > reference to Gpu<'bound>. > > This eliminates the Arc<Devres<Bar0>> indirection, removes runtime > revocation checks for BAR access, and simplifies Gpu::unbind(). > > Signed-off-by: Danilo Krummrich <[email protected]> > ---
Reviewed-by: Eliot Courtney <[email protected]>
