Re: [PATCH v4 0/4] VFIO platform reset

2015-08-27 Thread Eric Auger
Dear all, Please ignore this email. It is a reply to a wrong thread (was targeting [PATCH v4 0/4] irqchip: GICv2/v3: Add support for irq_vcpu_affinity). My apologies Best Regards Eric On 08/27/2015 01:56 PM, Eric Auger wrote: > Hi Marc, > > I tested the series on Calxeda Midway with VFIO use

Re: [PATCH v4 0/4] VFIO platform reset

2015-08-27 Thread Eric Auger
Hi Marc, I tested the series on Calxeda Midway with VFIO use case. Also reviewed it again without finding anything new. Tested-by: Eric Auger Reviewed-by: Eric Auger Best Regards Eric On 06/15/2015 11:09 AM, Eric Auger wrote: > In situations where the userspace driver is stopped abnormally a

Re: [PATCH v4 0/4] VFIO platform reset

2015-06-22 Thread Alex Williamson
On Fri, 2015-06-19 at 09:53 +0200, Baptiste Reynal wrote: > [1-4/4] > Acked-by: Baptiste Reynal > Tested-by: Baptiste Reynal > Reviewed-by: Baptiste Reynal FWIW, I think that Acked-by implies Reviewed-by, so I'll drop that tag, but add the other two to the series. Eric also has this patch that

Re: [PATCH v4 0/4] VFIO platform reset

2015-06-19 Thread Baptiste Reynal
[1-4/4] Acked-by: Baptiste Reynal Tested-by: Baptiste Reynal Reviewed-by: Baptiste Reynal On Thu, Jun 18, 2015 at 6:17 PM, Alex Williamson wrote: > On Thu, 2015-06-18 at 17:23 +0200, Baptiste Reynal wrote: >> Hello everyone, >> >> I tested and reviewed the patches, everything's fine for me. >

Re: [PATCH v4 0/4] VFIO platform reset

2015-06-18 Thread Alex Williamson
On Thu, 2015-06-18 at 17:23 +0200, Baptiste Reynal wrote: > Hello everyone, > > I tested and reviewed the patches, everything's fine for me. Hi Baptiste, Would you like to provide a Sign-off/Ack/Review tag for the series then? > I agree to be maintainer of vfio platform drivers, though I don't

Re: [PATCH v4 0/4] VFIO platform reset

2015-06-18 Thread Baptiste Reynal
Hello everyone, I tested and reviewed the patches, everything's fine for me. I agree to be maintainer of vfio platform drivers, though I don't think the volume of patches about VFIO will justify a new mailing list. Regards, Baptiste On Thu, Jun 18, 2015 at 12:31 AM, Alex Williamson wrote: > On

Re: [PATCH v4 0/4] VFIO platform reset

2015-06-17 Thread Alex Williamson
On Mon, 2015-06-15 at 11:09 +0200, Eric Auger wrote: > In situations where the userspace driver is stopped abnormally and the > VFIO platform device is released, the assigned HW device currently is > left running. As a consequence the HW device might continue issuing IRQs > and performing DMA acces

[PATCH v4 0/4] VFIO platform reset

2015-06-15 Thread Eric Auger
In situations where the userspace driver is stopped abnormally and the VFIO platform device is released, the assigned HW device currently is left running. As a consequence the HW device might continue issuing IRQs and performing DMA accesses. On release, no physical IRQ handler is setup anymore. A