Re: [RFC v4 2/3] vfio/platform: change cleanup order

2021-02-08 Thread Auger Eric
Hi Vikas, On 1/29/21 6:24 PM, Vikas Gupta wrote: > In the case of msi, vendor specific msi module may require > region access to handle msi cleanup so we need to cleanup region > after irq cleanup only. > > Signed-off-by: Vikas Gupta Acked-by: Eric Auger Thanks Eric > --- > drivers/vfio/pla

[RFC v4 2/3] vfio/platform: change cleanup order

2021-01-29 Thread Vikas Gupta
In the case of msi, vendor specific msi module may require region access to handle msi cleanup so we need to cleanup region after irq cleanup only. Signed-off-by: Vikas Gupta --- drivers/vfio/platform/vfio_platform_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driv