Re: [PATCH RFC] vfio: Set the priority of VFIO VM state change handler explicitly

2020-11-23 Thread Cornelia Huck
On Tue, 17 Nov 2020 09:40:50 +0800 Shenming Lu wrote: > In VFIO VM state change handler, VFIO devices are transitioned in > _SAVING state, which should keep them from sending interrupts. Then > we can save the pending states of all interrupts in GIC VM state > change handler (on ARM). > > So we

Re: [PATCH RFC] vfio: Set the priority of VFIO VM state change handler explicitly

2020-11-18 Thread Kirti Wankhede
On 11/17/2020 7:10 AM, Shenming Lu wrote: In VFIO VM state change handler, VFIO devices are transitioned in _SAVING state, which should keep them from sending interrupts. Then we can save the pending states of all interrupts in GIC VM state change handler (on ARM). So we have to set the

[PATCH RFC] vfio: Set the priority of VFIO VM state change handler explicitly

2020-11-16 Thread Shenming Lu
In VFIO VM state change handler, VFIO devices are transitioned in _SAVING state, which should keep them from sending interrupts. Then we can save the pending states of all interrupts in GIC VM state change handler (on ARM). So we have to set the priority of VFIO VM state change handler explicitly