On Fri, Aug 08, 2025 at 04:03:33PM +0800, Jiqian Chen wrote: > As cleanup hook of all supported capabilities will be implemented in > follow-on changes, so to pre-call hook in vpci_deassign_device(), and > the capability specific clean open-code in there will be removed by > follow-on corresponding capability changes. > > Since vpci_deassign_device() and vpci_init_capabilities() require > different cleanup actions, add a boolean parameter to cleanup hook > to distinguish them. > > Signed-off-by: Jiqian Chen <jiqian.c...@amd.com>
I think it's missing: Requested-by: Jan Beulich <jbeul...@suse.com> With the newline below added: Reviewed-by: Roger Pau Monné <roger....@citrix.com> I can do it on commit. Thanks, Roger.