On Thu, Jul 24, 2025 at 01:50:05PM +0800, Jiqian Chen wrote: > When init_msi() fails, current logic return fail and free MSI-related > resources in vpci_deassign_device(). But the previous new changes will > hide MSI capability and return success, it can't reach > vpci_deassign_device() to remove resources if hiding success, so those > resources must be removed in cleanup function of MSI. > > To do that, implement cleanup function for MSI. > > Signed-off-by: Jiqian Chen <jiqian.c...@amd.com>
Reviewed-by: Roger Pau Monné <roger....@citrix.com> Thanks, Roger.