On 2/10/26 05:54, Jan Beulich wrote: > Let's keep capability handling together. Start with moving > vpci_init_capabilities() and its helpers, plus splitting out of its > cleanup counterpart. > > Signed-off-by: Jan Beulich <[email protected]>
Reviewed-by: Stewart Hildebrand <[email protected]> > --- > vpci_get_register(), while now only used by cap.c, didn't look like it > would want moving there. OK. It seems potential opportunities for compiler optimizations would be small anyway, and this is not a hot path.
